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.cpp53 SwitchStack.clear(); in Clear()
H A DSemaStmt.cpp473 if (getCurFunction()->SwitchStack.empty()) in ActOnCaseExpr()
478 getCurFunction()->SwitchStack.back().getPointer()->getCond(); in ActOnCaseExpr()
524 if (getCurFunction()->SwitchStack.empty()) { in ActOnCaseStmt()
530 getCurFunction()->SwitchStack.back().setInt(true); in ActOnCaseStmt()
543 getCurFunction()->SwitchStack.back().getPointer()->addSwitchCase(CS); in ActOnCaseStmt()
554 if (getCurFunction()->SwitchStack.empty()) { in ActOnDefaultStmt()
567 getCurFunction()->SwitchStack.back().getPointer()->addSwitchCase(DS); in ActOnDefaultStmt()
1148 getCurFunction()->SwitchStack.push_back( in ActOnStartOfSwitchStmt()
1248 bool CaseListIsIncomplete = getCurFunction()->SwitchStack.back().getInt(); in ActOnFinishSwitchStmt()
1249 assert(SS == getCurFunction()->SwitchStack.back().getPointer() && in ActOnFinishSwitchStmt()
[all …]
H A DSemaStmtAttr.cpp40 if (FnScope->SwitchStack.empty()) { in handleFallThroughAttr()
H A DSemaCodeComplete.cpp2361 !SemaRef.getCurFunction()->SwitchStack.empty()) { in AddOrdinaryNameResults()
6011 if (SemaRef.getCurFunction()->SwitchStack.empty() || !CodeCompleter) in CodeCompleteCase()
6015 SemaRef.getCurFunction()->SwitchStack.back().getPointer(); in CodeCompleteCase()
H A DSemaLookup.cpp5087 !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.h5173 SwitchStack (