Lines Matching refs:recursivePass
161 return mRootScope.recursivePass(Type::ParseStage::POST_PARSE, in constantExpressionRecursivePass()
164 status_t err = ce->recursivePass( in constantExpressionRecursivePass()
178 return mRootScope.recursivePass(Type::ParseStage::POST_PARSE, in constantExpressionRecursivePass()
181 status_t err = ce->recursivePass( in constantExpressionRecursivePass()
192 return mRootScope.recursivePass(oldStage, in setParseStage()
203 return mRootScope.recursivePass( in lookupTypes()
231 return mRootScope.recursivePass( in gatherReferencedTypes()
251 return mRootScope.recursivePass( in lookupConstantExpressions()
257 status_t err = ce->recursivePass( in lookupConstantExpressions()
291 return mRootScope.recursivePass( 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()
351 return mRootScope.recursivePass(Type::ParseStage::POST_PARSE, in checkAcyclicConstantExpressions()
366 return mRootScope.recursivePass(Type::ParseStage::POST_PARSE, in checkForwardReferenceRestrictions()