HomeSort by: relevance | last modified time | path
    Searched refs:CheckSwitchCondition (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaStmt.cpp 989 ExprResult Sema::CheckSwitchCondition(SourceLocation SwitchLoc, Expr *Cond) {
SemaExprCXX.cpp 3888 return CheckSwitchCondition(StmtLoc, Condition.get());
SemaExpr.cpp 18936 Cond = CheckSwitchCondition(Loc, SubExpr);
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 11848 ExprResult CheckSwitchCondition(SourceLocation SwitchLoc, Expr *Cond);

Completed in 90 milliseconds