Home
last modified time | relevance | path

Searched defs:SwitchLoc (Results 1 – 4 of 4) sorted by relevance

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaStmt.cpp567 Sema::ActOnStartOfSwitchStmt(SourceLocation SwitchLoc, Expr *Cond, in ActOnStartOfSwitchStmt()
664 Sema::ActOnFinishSwitchStmt(SourceLocation SwitchLoc, Stmt *Switch, in ActOnFinishSwitchStmt()
DTreeTransform.h1119 StmtResult RebuildSwitchStmtStart(SourceLocation SwitchLoc, in RebuildSwitchStmtStart()
1129 StmtResult RebuildSwitchStmtBody(SourceLocation SwitchLoc, in RebuildSwitchStmtBody()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Parse/
DParseStmt.cpp1156 SourceLocation SwitchLoc = ConsumeToken(); // eat the 'switch'. in ParseSwitchStatement() local
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DStmt.h919 SourceLocation SwitchLoc; variable