Searched defs:SwitchLoc (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ | ||
H A D | SemaStmt.cpp | 1034 CheckSwitchCondition(SourceLocation SwitchLoc,Expr * Cond) CheckSwitchCondition() argument |
H A D | TreeTransform.h | 1406 RebuildSwitchStmtStart(SourceLocation SwitchLoc,SourceLocation LParenLoc,Stmt * Init,Sema::ConditionResult Cond,SourceLocation RParenLoc) RebuildSwitchStmtStart() argument |
/freebsd-src/contrib/llvm-project/clang/lib/Parse/ | ||
H A D | ParseStmt.cpp | 1710 SourceLocation SwitchLoc = ConsumeToken(); // eat the 'switch'. ParseSwitchStatement() local |