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

/external/clang/lib/Lex/
H A DPPDirectives.cpp243 SourceLocation ElseLoc) {
451 SourceLocation BeginLoc = ElseLoc.isValid() ? ElseLoc : IfTokenLoc;
240 SkipExcludedConditionalBlock(SourceLocation IfTokenLoc, bool FoundNonSkipPortion, bool FoundElse, SourceLocation ElseLoc) argument
/external/clang/include/clang/AST/
H A DStmt.h849 SourceLocation ElseLoc; member in class:clang::IfStmt
888 SourceLocation getElseLoc() const { return ElseLoc; }
889 void setElseLoc(SourceLocation L) { ElseLoc = L; }
/external/clang/lib/Parse/
H A DParseStmt.cpp1028 SourceLocation ElseLoc; local
1036 ElseLoc = ConsumeToken();
1082 ElseLoc, ElseStmt.get());
/external/clang/include/clang/Lex/
H A DPreprocessor.h1325 SourceLocation ElseLoc = SourceLocation());
/external/clang/lib/AST/
H A DStmt.cpp826 : Stmt(IfStmtClass), IfLoc(IL), ElseLoc(EL)
/external/clang/lib/Sema/
H A DSemaStmt.cpp433 Stmt *thenStmt, SourceLocation ElseLoc,
465 thenStmt, ElseLoc, elseStmt));
432 ActOnIfStmt(SourceLocation IfLoc, FullExprArg CondVal, Decl *CondVar, Stmt *thenStmt, SourceLocation ElseLoc, Stmt *elseStmt) argument
H A DTreeTransform.h1095 SourceLocation ElseLoc, Stmt *Else) {
1096 return getSema().ActOnIfStmt(IfLoc, Cond, CondVar, Then, ElseLoc, Else);
1093 RebuildIfStmt(SourceLocation IfLoc, Sema::FullExprArg Cond, VarDecl *CondVar, Stmt *Then, SourceLocation ElseLoc, Stmt *Else) argument
/external/clang/include/clang/Sema/
H A DSema.h2825 SourceLocation ElseLoc, Stmt *ElseVal);

Completed in 189 milliseconds