Searched defs:SwitchLoc (Results 1 – 8 of 8) sorted by relevance
/external/clang/lib/Parse/ |
D | ParseStmt.cpp | 1257 SourceLocation SwitchLoc = ConsumeToken(); // eat the 'switch'. in ParseSwitchStatement() local
|
/external/clang/lib/Sema/ |
D | SemaStmt.cpp | 609 ExprResult Sema::CheckSwitchCondition(SourceLocation SwitchLoc, Expr *Cond) { in CheckSwitchCondition() 666 StmtResult Sema::ActOnStartOfSwitchStmt(SourceLocation SwitchLoc, in ActOnStartOfSwitchStmt() 739 Sema::ActOnFinishSwitchStmt(SourceLocation SwitchLoc, Stmt *Switch, in ActOnFinishSwitchStmt()
|
D | TreeTransform.h | 1187 StmtResult RebuildSwitchStmtStart(SourceLocation SwitchLoc, Stmt *Init, in RebuildSwitchStmtStart() 1196 StmtResult RebuildSwitchStmtBody(SourceLocation SwitchLoc, in RebuildSwitchStmtBody()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaStmt.cpp | 709 ExprResult Sema::CheckSwitchCondition(SourceLocation SwitchLoc, Expr *Cond) { in CheckSwitchCondition() 773 StmtResult Sema::ActOnStartOfSwitchStmt(SourceLocation SwitchLoc, in ActOnStartOfSwitchStmt() 897 Sema::ActOnFinishSwitchStmt(SourceLocation SwitchLoc, Stmt *Switch, in ActOnFinishSwitchStmt()
|
D | TreeTransform.h | 1334 StmtResult RebuildSwitchStmtStart(SourceLocation SwitchLoc, in RebuildSwitchStmtStart() 1346 StmtResult RebuildSwitchStmtBody(SourceLocation SwitchLoc, in RebuildSwitchStmtBody()
|
/external/llvm-project/clang/lib/Parse/ |
D | ParseStmt.cpp | 1499 SourceLocation SwitchLoc = ConsumeToken(); // eat the 'switch'. in ParseSwitchStatement() local
|
/external/clang/include/clang/AST/ |
D | Stmt.h | 958 SourceLocation SwitchLoc; variable
|
/external/llvm-project/clang/include/clang/AST/ |
D | Stmt.h | 196 SourceLocation SwitchLoc; variable
|