Home
last modified time | relevance | path

Searched refs:CompoundScopes (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp311 Func->CompoundScopes.begin(), Func->CompoundScopes.end(), in DiagnoseUnexpandedParameterPacks()
H A DSema.cpp1493 getCurFunction()->CompoundScopes.push_back(CompoundScopeInfo(IsStmtExpr)); in PushCompoundScope()
1498 assert(!CurFunction->CompoundScopes.empty() && "mismatched push/pop"); in PopCompoundScope()
1500 CurFunction->CompoundScopes.pop_back(); in PopCompoundScope()
H A DSemaStmt.cpp348 return getCurFunction()->CompoundScopes.back(); in getCurCompoundScope()
H A DSemaOpenMP.cpp13187 (ParentFn != nullptr) && !ParentFn->CompoundScopes.empty(); in ActOnOpenMPDeclareReductionDirectiveStart()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DScopeInfo.h204 SmallVector<CompoundScopeInfo, 4> CompoundScopes; variable