Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSema.cpp1169 getCurFunction()->CompoundScopes.push_back(CompoundScopeInfo()); in PushCompoundScope()
1174 assert(!CurFunction->CompoundScopes.empty() && "mismatched push/pop"); in PopCompoundScope()
1176 CurFunction->CompoundScopes.pop_back(); in PopCompoundScope()
DSemaStmt.cpp329 return getCurFunction()->CompoundScopes.back(); in getCurCompoundScope()
DSemaOpenMP.cpp11111 (ParentFn != nullptr) && !ParentFn->CompoundScopes.empty(); in ActOnOpenMPDeclareReductionDirectiveStart()
/external/clang/include/clang/Sema/
DScopeInfo.h165 SmallVector<CompoundScopeInfo, 4> CompoundScopes; variable
/external/llvm-project/clang/lib/Sema/
DSemaTemplateVariadic.cpp332 Func->CompoundScopes.begin(), Func->CompoundScopes.end(), in DiagnoseUnexpandedParameterPacks()
DSema.cpp1999 getCurFunction()->CompoundScopes.push_back(CompoundScopeInfo(IsStmtExpr)); in PushCompoundScope()
2004 assert(!CurFunction->CompoundScopes.empty() && "mismatched push/pop"); in PopCompoundScope()
2006 CurFunction->CompoundScopes.pop_back(); in PopCompoundScope()
DSemaStmt.cpp401 return getCurFunction()->CompoundScopes.back(); in getCurCompoundScope()
DSemaOpenMP.cpp17923 (ParentFn != nullptr) && !ParentFn->CompoundScopes.empty(); in ActOnOpenMPDeclareReductionDirectiveStart()
18175 (ParentFn != nullptr) && !ParentFn->CompoundScopes.empty(); in ActOnOpenMPDeclareMapperDirective()
/external/llvm-project/clang/include/clang/Sema/
DScopeInfo.h210 SmallVector<CompoundScopeInfo, 4> CompoundScopes; variable