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

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Lex/
H A DPPDirectives.cpp239 SkipExcludedConditionalBlock(SourceLocation IfTokenLoc, bool FoundNonSkipPortion, bool FoundElse, SourceLocation ElseLoc) argument
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseStmt.cpp1029 SourceLocation ElseLoc; local
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DStmt.h860 SourceLocation ElseLoc; member in class:clang::IfStmt
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmt.cpp435 ActOnIfStmt(SourceLocation IfLoc, FullExprArg CondVal, Decl *CondVar, Stmt *thenStmt, SourceLocation ElseLoc, Stmt *elseStmt) argument
H A DTreeTransform.h1078 RebuildIfStmt(SourceLocation IfLoc, Sema::FullExprArg Cond, VarDecl *CondVar, Stmt *Then, SourceLocation ElseLoc, Stmt *Else) argument

Completed in 117 milliseconds