Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Parse/
H A DParseStmt.cpp1128 SourceLocation ElseLoc; in ParseIfStatement() local
/minix3/external/bsd/llvm/dist/clang/lib/Lex/
H A DPPDirectives.cpp298 SourceLocation ElseLoc) { in SkipExcludedConditionalBlock()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaStmt.cpp482 Stmt *thenStmt, SourceLocation ElseLoc, in ActOnIfStmt()
H A DTreeTransform.h1145 SourceLocation ElseLoc, Stmt *Else) { in RebuildIfStmt()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DStmt.h877 SourceLocation ElseLoc; variable