Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DScopeInfo.cpp52 SwitchStack.clear(); in Clear()
H A DSemaStmt.cpp468 if (getCurFunction()->SwitchStack.empty()) in ActOnCaseExpr()
473 getCurFunction()->SwitchStack.back().getPointer()->getCond(); in ActOnCaseExpr()
519 if (getCurFunction()->SwitchStack.empty()) { in ActOnCaseStmt()
525 getCurFunction()->SwitchStack.back().setInt(true); in ActOnCaseStmt()
531 getCurFunction()->SwitchStack.back().getPointer()->addSwitchCase(CS); in ActOnCaseStmt()
543 if (getCurFunction()->SwitchStack.empty()) { in ActOnDefaultStmt()
549 getCurFunction()->SwitchStack.back().getPointer()->addSwitchCase(DS); in ActOnDefaultStmt()
1125 getCurFunction()->SwitchStack.push_back( in ActOnStartOfSwitchStmt()
1225 bool CaseListIsIncomplete = getCurFunction()->SwitchStack.back().getInt(); in ActOnFinishSwitchStmt()
1226 assert(SS == getCurFunction()->SwitchStack.back().getPointer() && in ActOnFinishSwitchStmt()
[all …]
H A DSemaStmtAttr.cpp39 if (FnScope->SwitchStack.empty()) { in handleFallThroughAttr()
H A DSemaCodeComplete.cpp2354 !SemaRef.getCurFunction()->SwitchStack.empty()) { in AddOrdinaryNameResults()
5979 if (getCurFunction()->SwitchStack.empty() || !CodeCompleter) in CodeCompleteCase()
5982 SwitchStmt *Switch = getCurFunction()->SwitchStack.back().getPointer(); in CodeCompleteCase()
H A DSemaLookup.cpp5152 !SemaRef.getCurFunction()->SwitchStack.empty()) { in AddKeywordsToConsumer()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h206 SmallVector<SwitchInfo, 8> SwitchStack; variable
/freebsd-14.2/sys/contrib/edk2/Include/Library/
H A DBaseLib.h5173 SwitchStack (