Searched refs:ElseLoc (Results 1 – 8 of 8) sorted by relevance
/external/clang/lib/Lex/ |
D | PPDirectives.cpp | 243 SourceLocation ElseLoc) { in SkipExcludedConditionalBlock() argument 451 SourceLocation BeginLoc = ElseLoc.isValid() ? ElseLoc : IfTokenLoc; in SkipExcludedConditionalBlock()
|
/external/clang/include/clang/AST/ |
D | Stmt.h | 849 SourceLocation ElseLoc; variable 888 SourceLocation getElseLoc() const { return ElseLoc; } in getElseLoc() 889 void setElseLoc(SourceLocation L) { ElseLoc = L; } in setElseLoc()
|
/external/clang/lib/Parse/ |
D | ParseStmt.cpp | 1028 SourceLocation ElseLoc; in ParseIfStatement() local 1036 ElseLoc = ConsumeToken(); in ParseIfStatement() 1082 ElseLoc, ElseStmt.get()); in ParseIfStatement()
|
/external/clang/include/clang/Lex/ |
D | Preprocessor.h | 1325 SourceLocation ElseLoc = SourceLocation());
|
/external/clang/lib/AST/ |
D | Stmt.cpp | 826 : Stmt(IfStmtClass), IfLoc(IL), ElseLoc(EL) in IfStmt()
|
/external/clang/lib/Sema/ |
D | SemaStmt.cpp | 433 Stmt *thenStmt, SourceLocation ElseLoc, in ActOnIfStmt() argument 465 thenStmt, ElseLoc, elseStmt)); in ActOnIfStmt()
|
D | TreeTransform.h | 1095 SourceLocation ElseLoc, Stmt *Else) { in RebuildIfStmt() argument 1096 return getSema().ActOnIfStmt(IfLoc, Cond, CondVar, Then, ElseLoc, Else); in RebuildIfStmt()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 2825 SourceLocation ElseLoc, Stmt *ElseVal);
|