Home
last modified time | relevance | path

Searched refs:SwitchStack (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DScopeInfo.cpp52 SwitchStack.clear(); in Clear()
H A DSemaStmt.cpp504 if (getCurFunction()->SwitchStack.empty()) in ActOnCaseExpr()
509 getCurFunction()->SwitchStack.back().getPointer()->getCond(); in ActOnCaseExpr()
550 if (getCurFunction()->SwitchStack.empty()) { in ActOnCaseStmt()
556 getCurFunction()->SwitchStack.back().setInt(true); in ActOnCaseStmt()
569 getCurFunction()->SwitchStack.back().getPointer()->addSwitchCase(CS); in ActOnCaseStmt()
580 if (getCurFunction()->SwitchStack.empty()) { in ActOnDefaultStmt()
593 getCurFunction()->SwitchStack.back().getPointer()->addSwitchCase(DS); in ActOnDefaultStmt()
1209 getCurFunction()->SwitchStack.push_back( in ActOnStartOfSwitchStmt()
1309 bool CaseListIsIncomplete = getCurFunction()->SwitchStack.back().getInt(); in ActOnFinishSwitchStmt()
1310 assert(SS == getCurFunction()->SwitchStack.back().getPointer() && in ActOnFinishSwitchStmt()
[all …]
H A DSemaStmtAttr.cpp36 if (FnScope->SwitchStack.empty()) { in handleFallThroughAttr()
H A DSemaCodeComplete.cpp2445 !SemaRef.getCurFunction()->SwitchStack.empty()) { in AddOrdinaryNameResults()
6161 if (SemaRef.getCurFunction()->SwitchStack.empty() || !CodeCompleter) in CodeCompleteCase()
6165 SemaRef.getCurFunction()->SwitchStack.back().getPointer(); in CodeCompleteCase()
H A DSemaLookup.cpp5179 !SemaRef.getCurFunction()->SwitchStack.empty()) { in AddKeywordsToConsumer()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h209 SmallVector<SwitchInfo, 8> SwitchStack; variable
/freebsd/sys/contrib/edk2/Include/Library/
H A DBaseLib.h5213 SwitchStack (