Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaStmt.cpp1244 bool HasDependentValue in ActOnFinishSwitchStmt() local
1246 unsigned CondWidth = HasDependentValue ? 0 : Context.getIntWidth(CondType); in ActOnFinishSwitchStmt()
1254 = HasDependentValue ? 0 : Context.getIntWidth(CondTypeBeforePromotion); in ActOnFinishSwitchStmt()
1272 for (SwitchCase *SC = SS->getSwitchCaseList(); SC && !HasDependentValue; in ActOnFinishSwitchStmt()
1294 HasDependentValue = true; in ActOnFinishSwitchStmt()
1319 HasDependentValue = true; in ActOnFinishSwitchStmt()
1328 if (!HasDependentValue) { in ActOnFinishSwitchStmt()