Searched refs:ElseLoc (Results 1 – 8 of 8) sorted by relevance
/external/clang/lib/Parse/ |
D | ParseStmt.cpp | 1143 SourceLocation ElseLoc; in ParseIfStatement() local 1151 ElseLoc = ConsumeToken(); in ParseIfStatement() 1196 ElseLoc, ElseStmt.get()); in ParseIfStatement()
|
/external/clang/lib/Lex/ |
D | PPDirectives.cpp | 298 SourceLocation ElseLoc) { in SkipExcludedConditionalBlock() argument 504 SourceLocation BeginLoc = ElseLoc.isValid() ? ElseLoc : IfTokenLoc; in SkipExcludedConditionalBlock()
|
/external/clang/include/clang/AST/ |
D | Stmt.h | 882 SourceLocation ElseLoc; variable 922 SourceLocation getElseLoc() const { return ElseLoc; } in getElseLoc() 923 void setElseLoc(SourceLocation L) { ElseLoc = L; } in setElseLoc()
|
/external/clang/include/clang/Lex/ |
D | Preprocessor.h | 1452 SourceLocation ElseLoc = SourceLocation());
|
/external/clang/lib/Sema/ |
D | SemaStmt.cpp | 483 Stmt *thenStmt, SourceLocation ElseLoc, in ActOnIfStmt() argument 515 thenStmt, ElseLoc, elseStmt); in ActOnIfStmt()
|
D | TreeTransform.h | 1145 SourceLocation ElseLoc, Stmt *Else) { in RebuildIfStmt() argument 1146 return getSema().ActOnIfStmt(IfLoc, Cond, CondVar, Then, ElseLoc, Else); in RebuildIfStmt()
|
/external/clang/lib/AST/ |
D | Stmt.cpp | 884 : Stmt(IfStmtClass), IfLoc(IL), ElseLoc(EL) in IfStmt()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 3090 SourceLocation ElseLoc, Stmt *ElseVal);
|