Searched refs:AST_SEQUENCEABLE (Results 1 – 4 of 4) sorted by relevance
49 AST_SEQUENCEABLE, // this is not an idl file, but a c++/java file enumerator
53 } else if (ast_->GetASTFileType() == ASTFileType::AST_SEQUENCEABLE) { in Reset()
61 std::string fileName = (importAst->GetASTFileType() == ASTFileType::AST_SEQUENCEABLE) ? in GetImportInclusions()
268 seqAst->SetAStFileType(ASTFileType::AST_SEQUENCEABLE); in ParseSequenceableInfo()1610 case ASTFileType::AST_SEQUENCEABLE: { in CheckIntegrity()