Searched defs:getCurScope (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/ADT/
H A DScopedHashTable.h202 ScopeTy *getCurScope() { return CurScope; } function in class:llvm::ScopedHashTable
203 const ScopeTy *getCurScope() const { return CurScope; } function in class:llvm::ScopedHashTable
/external/clang/lib/Sema/
H A DSemaOpenMP.cpp329 Scope *getCurScope() const { return Stack.back().CurScope; } function in class:__anon1543::DSAStackTy
330 Scope *getCurScope() { return Stack.back().CurScope; } function in class:__anon1543::DSAStackTy
521 Scope *CurScope = getCurScope();
851 if (DSAStack->getCurScope() &&
979 SemaRef.getCurScope());
2214 if (Stack->getCurScope()) {
3509 ResultIterSpace.PreCond = ISC.BuildPreCond(DSA.getCurScope(), For->getCond());
3511 DSA.getCurScope(), (isOpenMPWorksharingDirective(DKind) ||
3743 Scope *CurScope = DSA.getCurScope();
5638 ExprResult Val = ActOnBooleanCondition(DSAStack->getCurScope(),
[all...]
/external/clang/include/clang/Parse/
H A DParser.h251 Scope *getCurScope() const { return Actions.getCurScope(); } function in class:clang::Parser
2262 if (!P.Actions.ActOnCXXEnterDeclaratorScope(P.getCurScope(), SS))
2269 P.Actions.ActOnCXXExitDeclaratorScope(P.getCurScope(), SS);
/external/clang/include/clang/Sema/
H A DSema.h9186 Scope *getCurScope() const { return CurScope; } function in class:clang::Sema

Completed in 299 milliseconds