Searched refs:getRootScope (Results 1 – 9 of 9) sorted by relevance
31 ast.getRootScope().recursivePass( in checkSmallStructs()40 ast.getRootScope().location())) { in checkSmallStructs()
35 ast.getRootScope().recursivePass( in enumValueNames()41 if (!Location::inSameFile(ast.getRootScope().location(), enumType->location())) { in enumValueNames()
35 ast.getRootScope().recursivePass( in namingConventions()43 if (!Location::inSameFile(ast.getRootScope().location(), namedType->location())) { in namingConventions()
115 lintUnionRecursively(&ast.getRootScope(), &visited, errors); in safeunionLint()
256 std::vector<const NamedType*> types = ast->getRootScope().getSortedDefinedTypes(); in main()
209 const Scope& getRootScope() const;
166 std::vector<NamedType*> rootTypes = typesAST->getRootScope().getSubTypes(); in appendPerTypeTargets()322 Type* type = ast->lookupType(typeName, &ast->getRootScope()); in generateJavaForPackage()447 std::vector<NamedType*> subTypes = typesAST->getRootScope().getSubTypes(); in packageNeedsJavaCode()
52 CHECK((*scope) != &ast->getRootScope());621 if (!ast->getRootScope().getDefinedTypes().empty()) {705 if (*scope != &ast->getRootScope()) {
53 const Scope& AST::getRootScope() const { in getRootScope() function in android::AST