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.cpp193 Scope *getCurScope() const { return Stack.back().CurScope; } function in class:__anon18069::DSAStackTy
194 Scope *getCurScope() { return Stack.back().CurScope; } function in class:__anon18069::DSAStackTy
337 Scope *CurScope = getCurScope();
552 SemaRef.getCurScope());
1074 if (Stack->getCurScope()) {
1947 ExprResult Val = ActOnBooleanCondition(DSAStack->getCurScope(),
3123 BuildBinOp(DSAStack->getCurScope(), ReductionId.getLocStart(), BOK,
/external/clang/include/clang/Parse/
H A DParser.h246 Scope *getCurScope() const { return Actions.getCurScope(); } function in class:clang::Parser
2176 if (!P.Actions.ActOnCXXEnterDeclaratorScope(P.getCurScope(), SS))
2183 P.Actions.ActOnCXXExitDeclaratorScope(P.getCurScope(), SS);
/external/clang/include/clang/Sema/
H A DSema.h8380 Scope *getCurScope() const { return CurScope; } function in class:clang::Sema

Completed in 3973 milliseconds