Searched defs:ElseLoc (Results 1 - 5 of 5) sorted by relevance

/external/clang/lib/Parse/
H A DParseStmt.cpp1129 SourceLocation ElseLoc; local
1137 ElseLoc = ConsumeToken();
1182 ElseLoc, ElseStmt.get());
/external/clang/lib/Lex/
H A DPPDirectives.cpp250 SourceLocation ElseLoc) {
456 SourceLocation BeginLoc = ElseLoc.isValid() ? ElseLoc : IfTokenLoc;
247 SkipExcludedConditionalBlock(SourceLocation IfTokenLoc, bool FoundNonSkipPortion, bool FoundElse, SourceLocation ElseLoc) argument
/external/clang/include/clang/AST/
H A DStmt.h872 SourceLocation ElseLoc; member in class:clang::IfStmt
912 SourceLocation getElseLoc() const { return ElseLoc; }
913 void setElseLoc(SourceLocation L) { ElseLoc = L; }
/external/clang/lib/Sema/
H A DSemaStmt.cpp443 Stmt *thenStmt, SourceLocation ElseLoc,
475 thenStmt, ElseLoc, elseStmt);
442 ActOnIfStmt(SourceLocation IfLoc, FullExprArg CondVal, Decl *CondVar, Stmt *thenStmt, SourceLocation ElseLoc, Stmt *elseStmt) argument
H A DTreeTransform.h1118 SourceLocation ElseLoc, Stmt *Else) {
1119 return getSema().ActOnIfStmt(IfLoc, Cond, CondVar, Then, ElseLoc, Else);
1116 RebuildIfStmt(SourceLocation IfLoc, Sema::FullExprArg Cond, VarDecl *CondVar, Stmt *Then, SourceLocation ElseLoc, Stmt *Else) argument

Completed in 240 milliseconds