Home
last modified time | relevance | path

Searched refs:ElseLoc (Results 1 – 8 of 8) sorted by relevance

/external/clang/lib/Parse/
DParseStmt.cpp1191 SourceLocation ElseLoc; in ParseIfStatement() local
1199 ElseLoc = ConsumeToken(); in ParseIfStatement()
1248 ThenStmt.get(), ElseLoc, ElseStmt.get()); in ParseIfStatement()
/external/clang/lib/Lex/
DPPDirectives.cpp369 SourceLocation ElseLoc) { in SkipExcludedConditionalBlock() argument
575 SourceLocation BeginLoc = ElseLoc.isValid() ? ElseLoc : IfTokenLoc; in SkipExcludedConditionalBlock()
/external/clang/include/clang/AST/
DStmt.h886 SourceLocation ElseLoc; variable
930 SourceLocation getElseLoc() const { return ElseLoc; } in getElseLoc()
931 void setElseLoc(SourceLocation L) { ElseLoc = L; } in setElseLoc()
/external/clang/lib/Sema/
DSemaStmt.cpp509 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()
DTreeTransform.h1178 SourceLocation ElseLoc, Stmt *Else) { in RebuildIfStmt() argument
1180 ElseLoc, Else); in RebuildIfStmt()
/external/clang/include/clang/Lex/
DPreprocessor.h1760 SourceLocation ElseLoc = SourceLocation());
/external/clang/lib/AST/
DStmt.cpp769 : Stmt(IfStmtClass), IfLoc(IL), ElseLoc(EL) { in IfStmt()
/external/clang/include/clang/Sema/
DSema.h3402 SourceLocation ElseLoc, Stmt *ElseVal);
3406 SourceLocation ElseLoc, Stmt *ElseVal);