Searched refs:getRootScope (Results 1 – 5 of 5) sorted by relevance
193 Scope* getRootScope();
201 Scope* scopeStack = ast->getRootScope();
166 std::vector<NamedType*> rootTypes = typesAST->getRootScope()->getSubTypes(); in appendPerTypeTargets()418 Scope* rootScope = typesAST->getRootScope(); in packageNeedsJavaCode()
51 CHECK((*scope) != ast->getRootScope());701 if (*scope != ast->getRootScope()) {
44 Scope* AST::getRootScope() { in getRootScope() function in android::AST