Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseStmt.cpp1430 SourceLocation ElseLoc; in ParseIfStatement() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPDirectives.cpp440 SourceLocation ElseLoc) { in SkipExcludedConditionalBlock()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessor.h440 SourceLocation ElseLoc; member
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmt.cpp864 Stmt *thenStmt, SourceLocation ElseLoc, in ActOnIfStmt()
918 Stmt *thenStmt, SourceLocation ElseLoc, in BuildIfStmt()
H A DTreeTransform.h1326 SourceLocation ElseLoc, Stmt *Else) { in RebuildIfStmt()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmt.h2074 void setElseLoc(SourceLocation ElseLoc) { in setElseLoc()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp3375 SourceLocation ElseLoc = ReadSourceLocation(F, Record, Idx); in ReadASTBlock() local