Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp1606 SourceLocation ElseLoc; in ParseIfStatement() local
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp483 SourceLocation ElseLoc) { in SkipExcludedConditionalBlock()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp889 Stmt *thenStmt, SourceLocation ElseLoc, in ActOnIfStmt()
962 Stmt *thenStmt, SourceLocation ElseLoc, in BuildIfStmt()
H A DTreeTransform.h1397 SourceLocation ElseLoc, Stmt *Else) { in RebuildIfStmt()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h669 SourceLocation ElseLoc; member
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h2310 void setElseLoc(SourceLocation ElseLoc) { in setElseLoc()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp3601 SourceLocation ElseLoc = ReadSourceLocation(F, Record, Idx); in ReadASTBlock() local