Home
last modified time | relevance | path

Searched refs:AST_TYPES (Results 1 - 7 of 7) sorted by relevance

/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/
H A Dhdi_code_generator.cpp170 case ASTFileType::AST_TYPES: { in GenIpcCCode()
198 case ASTFileType::AST_TYPES: { in GenIpcCppCode()
226 case ASTFileType::AST_TYPES: { in GenIpcJavaCode()
245 case ASTFileType::AST_TYPES: { in GenPassthroughCCode()
269 case ASTFileType::AST_TYPES: { in GenPassthroughCppCode()
293 case ASTFileType::AST_TYPES: { in GenKernelCode()
314 case ASTFileType::AST_TYPES: { in GenLowCCode()
H A Dhdi_code_emitter.cpp100 } else if (ast_->GetASTFileType() == ASTFileType::AST_TYPES) { in Reset()
/foundation/ability/idl_tool/idl_tool_2/ast/
H A Dast.h58 AST_TYPES, // this idl file contains custom types member in OHOS::Idl::ASTFileType
/foundation/ability/idl_tool/idl_tool_2/parser/
H A Dintf_type_check.cpp202 case ASTFileType::AST_TYPES: in CheckIntfHdiAstFileType()
327 case ASTFileType::AST_TYPES: in CheckIntfSmAstFileType()
H A Dparser.cpp1863 ast_->SetAStFileType(ASTFileType::AST_TYPES); in SetAstFileType()
/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/cpp/
H A Dcpp_custom_types_code_emitter.cpp24 if (ast_->GetASTFileType() != ASTFileType::AST_TYPES) { in ResolveDirectory()
/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/c/
H A Dc_custom_types_code_emitter.cpp25 if (ast_->GetASTFileType() != ASTFileType::AST_TYPES) { in ResolveDirectory()

Completed in 8 milliseconds