Lines Matching refs:mRootScope
45 mRootScope("(root scope)", FQName(), in AST()
50 return &mRootScope; in getMutableRootScope()
54 return mRootScope; in getRootScope()
96 return mRootScope.getInterface() != nullptr; in isInterface()
100 return mRootScope.definesInterfaces(); in definesInterfaces()
161 return mRootScope.recursivePass(Type::ParseStage::POST_PARSE, in constantExpressionRecursivePass()
178 return mRootScope.recursivePass(Type::ParseStage::POST_PARSE, 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()
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()
332 status_t err = mRootScope.topologicalOrder(&reversedOrder, &stack).status; in topologicalReorder()
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()
508 for (; scope != &mRootScope; scope = scope->parent()) { in makeFullName()
867 return mRootScope.isJavaCompatible(); in isJavaCompatible()
872 mRootScope.appendToExportedTypesVector(exportedTypes); in appendToExportedTypesVector()
876 Interface* iface = mRootScope.getInterface(); in isIBase()
881 return mRootScope.getInterface(); in getInterface()
885 const Interface* iface = mRootScope.getInterface(); in getBaseName()