Searched refs:checkCaseValue (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaStmt.cpp | 1221 static void checkCaseValue(Sema &S, SourceLocation Loc, const llvm::APSInt &Val, in checkCaseValue() function 1411 checkCaseValue(*this, Lo->getBeginLoc(), LoVal, CondWidthBeforePromotion, in ActOnFinishSwitchStmt() 1515 checkCaseValue(*this, Hi->getBeginLoc(), HiVal, in ActOnFinishSwitchStmt()
|