Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DPPDirectives.cpp211 SourceLocation ElseLoc) { in SkipExcludedConditionalBlock() argument
419 SourceLocation BeginLoc = ElseLoc.isValid() ? ElseLoc : IfTokenLoc; in SkipExcludedConditionalBlock()
/external/clang/lib/Parse/
DParseStmt.cpp1008 SourceLocation ElseLoc; in ParseIfStatement() local
1016 ElseLoc = ConsumeToken(); in ParseIfStatement()
1062 ElseLoc, ElseStmt.get()); in ParseIfStatement()
/external/clang/include/clang/AST/
DStmt.h856 SourceLocation ElseLoc; variable
895 SourceLocation getElseLoc() const { return ElseLoc; } in getElseLoc()
896 void setElseLoc(SourceLocation L) { ElseLoc = L; } in setElseLoc()
/external/clang/include/clang/Lex/
DPreprocessor.h1316 SourceLocation ElseLoc = SourceLocation());
/external/clang/lib/AST/
DStmt.cpp834 : Stmt(IfStmtClass), IfLoc(IL), ElseLoc(EL) in IfStmt()
/external/clang/lib/Sema/
DSemaStmt.cpp419 Stmt *thenStmt, SourceLocation ElseLoc, in ActOnIfStmt() argument
451 thenStmt, ElseLoc, elseStmt)); in ActOnIfStmt()
DTreeTransform.h1077 SourceLocation ElseLoc, Stmt *Else) { in RebuildIfStmt() argument
1078 return getSema().ActOnIfStmt(IfLoc, Cond, CondVar, Then, ElseLoc, Else); in RebuildIfStmt()
/external/clang/include/clang/Sema/
DSema.h2688 SourceLocation ElseLoc, Stmt *ElseVal);