Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp332 Func->CompoundScopes.begin(), Func->CompoundScopes.end(), in DiagnoseUnexpandedParameterPacks()
H A DSema.cpp2117 getCurFunction()->CompoundScopes.push_back(CompoundScopeInfo(IsStmtExpr)); in PushCompoundScope()
2122 assert(!CurFunction->CompoundScopes.empty() && "mismatched push/pop"); in PopCompoundScope()
2124 CurFunction->CompoundScopes.pop_back(); in PopCompoundScope()
H A DSemaStmt.cpp402 return getCurFunction()->CompoundScopes.back(); in getCurCompoundScope()
H A DSemaOpenMP.cpp19702 (ParentFn != nullptr) && !ParentFn->CompoundScopes.empty(); in ActOnOpenMPDeclareReductionDirectiveStart()
19954 (ParentFn != nullptr) && !ParentFn->CompoundScopes.empty(); in ActOnOpenMPDeclareMapperDirective()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h214 SmallVector<CompoundScopeInfo, 4> CompoundScopes; variable