Home
last modified time | relevance | path

Searched refs:TopScope (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/torque/
Dscope.h85 Scope* TopScope() const { return current_scopes_.back(); } in TopScope() function
98 TopScope()->Declare(name, d); in Declare()
/external/clang/lib/Sema/
DSemaOpenMP.cpp601 Scope *TopScope = nullptr; in isOpenMPLocal() local
607 TopScope = I->CurScope ? I->CurScope->getParent() : nullptr; in isOpenMPLocal()
609 while (CurScope != TopScope && !CurScope->isDeclScope(D)) { in isOpenMPLocal()
612 return CurScope != TopScope; in isOpenMPLocal()