HomeSort by relevance Sort by last modified time
    Searched refs:SwitchLoc (Results 1 - 5 of 5) sorted by null

  /external/clang/include/clang/AST/
Stmt.h 939 SourceLocation SwitchLoc;
    [all...]
  /external/clang/lib/Parse/
ParseStmt.cpp     [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp 583 Sema::ActOnStartOfSwitchStmt(SourceLocation SwitchLoc, Expr *Cond,
648 PerformContextualImplicitConversion(SwitchLoc, Cond, SwitchDiagnoser);
657 CondResult = ActOnFinishFullExpr(Cond, SwitchLoc);
729 Sema::ActOnFinishSwitchStmt(SourceLocation SwitchLoc, Stmt *Switch,
738 SS->setBody(BodyStmt, SwitchLoc);
767 Diag(SwitchLoc, diag::warn_bool_switch_condition)
    [all...]
TreeTransform.h     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 255 milliseconds