Searched refs:ElseLoc (Results 1 – 8 of 8) sorted by relevance
/external/clang/lib/Parse/ |
D | ParseStmt.cpp | 1191 SourceLocation ElseLoc; in ParseIfStatement() local 1199 ElseLoc = ConsumeToken(); in ParseIfStatement() 1248 ThenStmt.get(), ElseLoc, ElseStmt.get()); in ParseIfStatement()
|
/external/clang/lib/Lex/ |
D | PPDirectives.cpp | 369 SourceLocation ElseLoc) { in SkipExcludedConditionalBlock() argument 575 SourceLocation BeginLoc = ElseLoc.isValid() ? ElseLoc : IfTokenLoc; in SkipExcludedConditionalBlock()
|
/external/clang/include/clang/AST/ |
D | Stmt.h | 886 SourceLocation ElseLoc; variable 930 SourceLocation getElseLoc() const { return ElseLoc; } in getElseLoc() 931 void setElseLoc(SourceLocation L) { ElseLoc = L; } in setElseLoc()
|
/external/clang/lib/Sema/ |
D | SemaStmt.cpp | 509 Stmt *thenStmt, SourceLocation ElseLoc, in ActOnIfStmt() argument 528 return BuildIfStmt(IfLoc, IsConstexpr, InitStmt, Cond, thenStmt, ElseLoc, in ActOnIfStmt() 534 Stmt *thenStmt, SourceLocation ElseLoc, in BuildIfStmt() argument 547 Cond.get().second, thenStmt, ElseLoc, elseStmt); in BuildIfStmt()
|
D | TreeTransform.h | 1178 SourceLocation ElseLoc, Stmt *Else) { in RebuildIfStmt() argument 1180 ElseLoc, Else); in RebuildIfStmt()
|
/external/clang/include/clang/Lex/ |
D | Preprocessor.h | 1760 SourceLocation ElseLoc = SourceLocation());
|
/external/clang/lib/AST/ |
D | Stmt.cpp | 769 : Stmt(IfStmtClass), IfLoc(IL), ElseLoc(EL) { in IfStmt()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 3402 SourceLocation ElseLoc, Stmt *ElseVal); 3406 SourceLocation ElseLoc, Stmt *ElseVal);
|