Searched refs:ShouldDiagnoseSwitchCaseNotInEnum (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaStmt.cpp | 708 static bool ShouldDiagnoseSwitchCaseNotInEnum(const Sema &S, in ShouldDiagnoseSwitchCaseNotInEnum() function 1092 if (ShouldDiagnoseSwitchCaseNotInEnum(*this, ED, CaseExpr, EI, EIEnd, in ActOnFinishSwitchStmt() 1103 if (ShouldDiagnoseSwitchCaseNotInEnum(*this, ED, CaseExpr, EI, EIEnd, in ActOnFinishSwitchStmt() 1113 if (ShouldDiagnoseSwitchCaseNotInEnum(*this, ED, CaseExpr, EI, EIEnd, in ActOnFinishSwitchStmt()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaStmt.cpp | 838 static bool ShouldDiagnoseSwitchCaseNotInEnum(const Sema &S, in ShouldDiagnoseSwitchCaseNotInEnum() function 1203 if (ShouldDiagnoseSwitchCaseNotInEnum(*this, ED, CaseExpr, EI, EIEnd, in ActOnFinishSwitchStmt() 1214 if (ShouldDiagnoseSwitchCaseNotInEnum(*this, ED, CaseExpr, EI, EIEnd, in ActOnFinishSwitchStmt() 1224 if (ShouldDiagnoseSwitchCaseNotInEnum(*this, ED, CaseExpr, EI, EIEnd, in ActOnFinishSwitchStmt()
|