Searched refs:POST_PARSE (Results 1 – 2 of 2) sorted by relevance
/system/tools/hidl/ |
D | AST.cpp | 111 err = setParseStage(Type::ParseStage::PARSE, Type::ParseStage::POST_PARSE); in postParse() 151 err = setParseStage(Type::ParseStage::POST_PARSE, Type::ParseStage::COMPLETED); in postParse() 161 return mRootScope.recursivePass(Type::ParseStage::POST_PARSE, in constantExpressionRecursivePass() 178 return mRootScope.recursivePass(Type::ParseStage::POST_PARSE, in constantExpressionRecursivePass() 232 Type::ParseStage::POST_PARSE, in gatherReferencedTypes() 252 Type::ParseStage::POST_PARSE, in lookupConstantExpressions() 292 Type::ParseStage::POST_PARSE, in validateDefinedTypesUniqueNames() 305 return mRootScope.recursivePass(Type::ParseStage::POST_PARSE, &Type::resolveInheritance, in resolveInheritance() 326 return mRootScope.recursivePass(Type::ParseStage::POST_PARSE, &Type::validate, &visited); in validate() 336 mRootScope.recursivePass(Type::ParseStage::POST_PARSE, in topologicalReorder() [all …]
|
D | Type.h | 88 POST_PARSE, enumerator
|