Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseStmt.cpp1202 SourceLocation SwitchLoc = ConsumeToken(); // eat the 'switch'. in ParseSwitchStatement() local
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaStmt.cpp580 Sema::ActOnStartOfSwitchStmt(SourceLocation SwitchLoc, Expr *Cond, in ActOnStartOfSwitchStmt()
728 Sema::ActOnFinishSwitchStmt(SourceLocation SwitchLoc, Stmt *Switch, in ActOnFinishSwitchStmt()
HDTreeTransform.h1169 StmtResult RebuildSwitchStmtStart(SourceLocation SwitchLoc, in RebuildSwitchStmtStart()
1179 StmtResult RebuildSwitchStmtBody(SourceLocation SwitchLoc, in RebuildSwitchStmtBody()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDStmt.h952 SourceLocation SwitchLoc; variable