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 914 SourceLocation SwitchLoc;
961 SourceLocation getSwitchLoc() const { return SwitchLoc; }
962 void setSwitchLoc(SourceLocation L) { SwitchLoc = L; }
966 SwitchLoc = SL;
    [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp 505 Sema::ActOnStartOfSwitchStmt(SourceLocation SwitchLoc, Expr *Cond,
523 = ConvertToIntegralOrEnumerationType(SwitchLoc, Cond,
542 CheckImplicitConversions(Cond, SwitchLoc);
565 Sema::ActOnFinishSwitchStmt(SourceLocation SwitchLoc, Stmt *Switch,
571 SS->setBody(BodyStmt, SwitchLoc);
601 Diag(SwitchLoc, diag::warn_bool_switch_condition)
    [all...]
TreeTransform.h     [all...]
  /external/clang/lib/Parse/
ParseStmt.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 165 milliseconds