Home
last modified time | relevance | path

Searched refs:AST_SEQUENCEABLE (Results 1 – 4 of 4) sorted by relevance

/drivers/hdf_core/framework/tools/hdi-gen/ast/
Dast.h49 AST_SEQUENCEABLE, // this is not an idl file, but a c++/java file enumerator
/drivers/hdf_core/framework/tools/hdi-gen/codegen/
Dcode_emitter.cpp53 } else if (ast_->GetASTFileType() == ASTFileType::AST_SEQUENCEABLE) { in Reset()
Dcpp_code_emitter.cpp61 std::string fileName = (importAst->GetASTFileType() == ASTFileType::AST_SEQUENCEABLE) ? in GetImportInclusions()
/drivers/hdf_core/framework/tools/hdi-gen/parser/
Dparser.cpp268 seqAst->SetAStFileType(ASTFileType::AST_SEQUENCEABLE); in ParseSequenceableInfo()
1610 case ASTFileType::AST_SEQUENCEABLE: { in CheckIntegrity()