Home
last modified time | relevance | path

Searched refs:getRootScope (Results 1 – 9 of 9) sorted by relevance

/system/tools/hidl/lint/lints/
DemptyStructs.cpp31 ast.getRootScope().recursivePass( in checkSmallStructs()
40 ast.getRootScope().location())) { in checkSmallStructs()
DenumMaxAndAll.cpp35 ast.getRootScope().recursivePass( in enumValueNames()
41 if (!Location::inSameFile(ast.getRootScope().location(), enumType->location())) { in enumValueNames()
DnamingConventions.cpp35 ast.getRootScope().recursivePass( in namingConventions()
43 if (!Location::inSameFile(ast.getRootScope().location(), namedType->location())) { in namingConventions()
Dsafeunion.cpp115 lintUnionRecursively(&ast.getRootScope(), &visited, errors); in safeunionLint()
/system/tools/hidl/hidl2aidl/
Dmain.cpp256 std::vector<const NamedType*> types = ast->getRootScope().getSortedDefinedTypes(); in main()
/system/tools/hidl/
DAST.h209 const Scope& getRootScope() const;
Dmain.cpp166 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()
Dhidl-gen_y.yy52 CHECK((*scope) != &ast->getRootScope());
621 if (!ast->getRootScope().getDefinedTypes().empty()) {
705 if (*scope != &ast->getRootScope()) {
DAST.cpp53 const Scope& AST::getRootScope() const { in getRootScope() function in android::AST