Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DScopeInfo.h219 SmallVector<CompoundScopeInfo, 4> CompoundScopes; variable
/llvm-project-15.0.7/clang/lib/Sema/
H A DSema.cpp2223 getCurFunction()->CompoundScopes.push_back( in PushCompoundScope()
2229 assert(!CurFunction->CompoundScopes.empty() && "mismatched push/pop"); in PopCompoundScope()
2231 CurFunction->CompoundScopes.pop_back(); in PopCompoundScope()
H A DSemaTemplateVariadic.cpp331 Func->CompoundScopes, in DiagnoseUnexpandedParameterPacks()
H A DSemaStmt.cpp406 return getCurFunction()->CompoundScopes.back(); in getCurCompoundScope()
449 FPOptions FPO = (getCurFunction()->CompoundScopes.size() == 1) in ActOnCompoundStmt()
H A DSemaOpenMP.cpp21811 (ParentFn != nullptr) && !ParentFn->CompoundScopes.empty(); in ActOnOpenMPDeclareReductionDirectiveStart()
22063 (ParentFn != nullptr) && !ParentFn->CompoundScopes.empty(); in ActOnOpenMPDeclareMapperDirective()