reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/Sema/Sema.h
10646   ExprResult CheckSwitchCondition(SourceLocation SwitchLoc, Expr *Cond);

References

tools/clang/lib/Sema/SemaExpr.cpp
17316     Cond = CheckSwitchCondition(Loc, SubExpr);
tools/clang/lib/Sema/SemaExprCXX.cpp
 3661     return CheckSwitchCondition(StmtLoc, Condition.get());