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

/freebsd-10.1-release/contrib/llvm/tools/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
/freebsd-10.1-release/contrib/llvm/tools/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; }
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseStmt.cpp1093 SourceLocation ElseLoc; local
1101 ElseLoc = ConsumeToken();
1147 ElseLoc, ElseStmt.get());
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Lex/
H A DPreprocessor.h1325 SourceLocation ElseLoc = SourceLocation());
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/AST/
H A DStmt.cpp826 : Stmt(IfStmtClass), IfLoc(IL), ElseLoc(EL)
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmt.cpp430 Stmt *thenStmt, SourceLocation ElseLoc,
462 thenStmt, ElseLoc, elseStmt));
429 ActOnIfStmt(SourceLocation IfLoc, FullExprArg CondVal, Decl *CondVar, Stmt *thenStmt, SourceLocation ElseLoc, Stmt *elseStmt) argument
H A DTreeTransform.h1111 SourceLocation ElseLoc, Stmt *Else) {
1112 return getSema().ActOnIfStmt(IfLoc, Cond, CondVar, Then, ElseLoc, Else);
1109 RebuildIfStmt(SourceLocation IfLoc, Sema::FullExprArg Cond, VarDecl *CondVar, Stmt *Then, SourceLocation ElseLoc, Stmt *Else) argument
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h2897 SourceLocation ElseLoc, Stmt *ElseVal);

Completed in 236 milliseconds