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