Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h225 SmallVector<CompoundScopeInfo, 4> CompoundScopes; variable
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp2306 getCurFunction()->CompoundScopes.push_back( in PushCompoundScope()
2312 assert(!CurFunction->CompoundScopes.empty() && "mismatched push/pop"); in PopCompoundScope()
2314 CurFunction->CompoundScopes.pop_back(); in PopCompoundScope()
H A DSemaTemplateVariadic.cpp332 Func->CompoundScopes, in DiagnoseUnexpandedParameterPacks()
H A DSemaStmt.cpp407 return getCurFunction()->CompoundScopes.back(); in getCurCompoundScope()
450 FPOptions FPO = (getCurFunction()->CompoundScopes.size() == 1) in ActOnCompoundStmt()
H A DSemaOpenMP.cpp22517 (ParentFn != nullptr) && !ParentFn->CompoundScopes.empty(); in ActOnOpenMPDeclareReductionDirectiveStart()
22769 (ParentFn != nullptr) && !ParentFn->CompoundScopes.empty(); in ActOnOpenMPDeclareMapperDirective()