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 917 SourceLocation SwitchLoc;
961 SourceLocation getSwitchLoc() const { return SwitchLoc; }
962 void setSwitchLoc(SourceLocation L) { SwitchLoc = L; }
966 SwitchLoc = SL;
    [all...]
  /external/clang/lib/Parse/
ParseStmt.cpp     [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp 570 Sema::ActOnStartOfSwitchStmt(SourceLocation SwitchLoc, Expr *Cond,
635 PerformContextualImplicitConversion(SwitchLoc, Cond, SwitchDiagnoser);
645 CondResult = ActOnFinishFullExpr(Cond, SwitchLoc);
667 Sema::ActOnFinishSwitchStmt(SourceLocation SwitchLoc, Stmt *Switch,
673 SS->setBody(BodyStmt, SwitchLoc);
703 Diag(SwitchLoc, diag::warn_bool_switch_condition)
    [all...]
TreeTransform.h     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 2571 milliseconds