Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp332 Func->CompoundScopes.begin(), Func->CompoundScopes.end(), in DiagnoseUnexpandedParameterPacks()
H A DSema.cpp2047 getCurFunction()->CompoundScopes.push_back(CompoundScopeInfo(IsStmtExpr)); in PushCompoundScope()
2052 assert(!CurFunction->CompoundScopes.empty() && "mismatched push/pop"); in PopCompoundScope()
2054 CurFunction->CompoundScopes.pop_back(); in PopCompoundScope()
H A DSemaStmt.cpp402 return getCurFunction()->CompoundScopes.back(); in getCurCompoundScope()
H A DSemaOpenMP.cpp19319 (ParentFn != nullptr) && !ParentFn->CompoundScopes.empty(); in ActOnOpenMPDeclareReductionDirectiveStart()
19571 (ParentFn != nullptr) && !ParentFn->CompoundScopes.empty(); in ActOnOpenMPDeclareMapperDirective()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DScopeInfo.h214 SmallVector<CompoundScopeInfo, 4> CompoundScopes; variable