HomeSort by: relevance | last modified time | path
    Searched refs:CompoundScopes (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateVariadic.cpp 332 Func->CompoundScopes.begin(), Func->CompoundScopes.end(),
Sema.cpp 2047 getCurFunction()->CompoundScopes.push_back(CompoundScopeInfo(IsStmtExpr));
2052 assert(!CurFunction->CompoundScopes.empty() && "mismatched push/pop");
2054 CurFunction->CompoundScopes.pop_back();
SemaStmt.cpp 402 return getCurFunction()->CompoundScopes.back();
SemaOpenMP.cpp 19319 (ParentFn != nullptr) && !ParentFn->CompoundScopes.empty();
19571 (ParentFn != nullptr) && !ParentFn->CompoundScopes.empty();
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
ScopeInfo.h 214 SmallVector<CompoundScopeInfo, 4> CompoundScopes;

Completed in 58 milliseconds