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

/external/clang/lib/Lex/
H A DPPDirectives.cpp209 SourceLocation ElseLoc) {
417 SourceLocation BeginLoc = ElseLoc.isValid() ? ElseLoc : IfTokenLoc;
206 SkipExcludedConditionalBlock(SourceLocation IfTokenLoc, bool FoundNonSkipPortion, bool FoundElse, SourceLocation ElseLoc) argument
/external/clang/lib/Parse/
H A DParseStmt.cpp928 SourceLocation ElseLoc; local
936 ElseLoc = ConsumeToken();
987 ElseLoc, ElseStmt.get());
/external/clang/include/clang/AST/
H A DStmt.h851 SourceLocation ElseLoc; member in class:clang::IfStmt
890 SourceLocation getElseLoc() const { return ElseLoc; }
891 void setElseLoc(SourceLocation L) { ElseLoc = L; }
/external/clang/lib/Sema/
H A DSemaStmt.cpp389 Stmt *thenStmt, SourceLocation ElseLoc,
414 thenStmt, ElseLoc, elseStmt));
388 ActOnIfStmt(SourceLocation IfLoc, FullExprArg CondVal, Decl *CondVar, Stmt *thenStmt, SourceLocation ElseLoc, Stmt *elseStmt) argument
H A DTreeTransform.h1068 SourceLocation ElseLoc, Stmt *Else) {
1069 return getSema().ActOnIfStmt(IfLoc, Cond, CondVar, Then, ElseLoc, Else);
1066 RebuildIfStmt(SourceLocation IfLoc, Sema::FullExprArg Cond, VarDecl *CondVar, Stmt *Then, SourceLocation ElseLoc, Stmt *Else) argument

Completed in 114 milliseconds