reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/Sema.cpp
 1769   getCurFunction()->CompoundScopes.push_back(CompoundScopeInfo(IsStmtExpr));
 1774   assert(!CurFunction->CompoundScopes.empty() && "mismatched push/pop");
 1776   CurFunction->CompoundScopes.pop_back();
tools/clang/lib/Sema/SemaOpenMP.cpp
15599         (ParentFn != nullptr) && !ParentFn->CompoundScopes.empty();
15851         (ParentFn != nullptr) && !ParentFn->CompoundScopes.empty();
tools/clang/lib/Sema/SemaStmt.cpp
  385   return getCurFunction()->CompoundScopes.back();
tools/clang/lib/Sema/SemaTemplateVariadic.cpp
  332                 Func->CompoundScopes.begin(), Func->CompoundScopes.end(),
  332                 Func->CompoundScopes.begin(), Func->CompoundScopes.end(),