HomeSort by: relevance | last modified time | path
    Searched defs:SwitchLoc (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseStmt.cpp 1502 SourceLocation SwitchLoc = ConsumeToken(); // eat the 'switch'.
1534 if (ParseParenExprOrCondition(&InitStmt, Cond, SwitchLoc,
1539 SwitchLoc, LParen, InitStmt.get(), Cond, RParen);
1580 return Actions.ActOnFinishSwitchStmt(SwitchLoc, Switch.get(), Body.get());
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Stmt.h 196 SourceLocation SwitchLoc;
2258 SourceLocation getSwitchLoc() const { return SwitchStmtBits.SwitchLoc; }
2259 void setSwitchLoc(SourceLocation L) { SwitchStmtBits.SwitchLoc = L; }

Completed in 51 milliseconds