Home
last modified time | relevance | path

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

/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp1057 CheckSwitchCondition(SourceLocation SwitchLoc,Expr * Cond) CheckSwitchCondition() argument
1121 ActOnStartOfSwitchStmt(SourceLocation SwitchLoc,SourceLocation LParenLoc,Stmt * InitStmt,ConditionResult Cond,SourceLocation RParenLoc) ActOnStartOfSwitchStmt() argument
1245 ActOnFinishSwitchStmt(SourceLocation SwitchLoc,Stmt * Switch,Stmt * BodyStmt) ActOnFinishSwitchStmt() argument
H A DTreeTransform.h1427 RebuildSwitchStmtStart(SourceLocation SwitchLoc,SourceLocation LParenLoc,Stmt * Init,Sema::ConditionResult Cond,SourceLocation RParenLoc) RebuildSwitchStmtStart() argument
1439 RebuildSwitchStmtBody(SourceLocation SwitchLoc,Stmt * Switch,Stmt * Body) RebuildSwitchStmtBody() argument
/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp1719 SourceLocation SwitchLoc = ConsumeToken(); // eat the 'switch'. ParseSwitchStatement() local