Home
last modified time | relevance | path

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

/system/tools/hidl/
DAST.h193 Scope* getRootScope();
Dhidl-gen_l.ll201 Scope* scopeStack = ast->getRootScope();
Dmain.cpp166 std::vector<NamedType*> rootTypes = typesAST->getRootScope()->getSubTypes(); in appendPerTypeTargets()
418 Scope* rootScope = typesAST->getRootScope(); in packageNeedsJavaCode()
Dhidl-gen_y.yy51 CHECK((*scope) != ast->getRootScope());
701 if (*scope != ast->getRootScope()) {
DAST.cpp44 Scope* AST::getRootScope() { in getRootScope() function in android::AST