Home
last modified time | relevance | path

Searched refs:ElseLoc (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DPreprocessor.h332 SourceLocation ElseLoc; member
336 SourceLocation ElseLoc) in PreambleSkipInfo()
339 ElseLoc(ElseLoc) {} in PreambleSkipInfo()
1975 SourceLocation ElseLoc = SourceLocation());
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseStmt.cpp1233 SourceLocation ElseLoc; in ParseIfStatement() local
1241 ElseLoc = ConsumeToken(); in ParseIfStatement()
1291 ThenStmt.get(), ElseLoc, ElseStmt.get()); in ParseIfStatement()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPreprocessor.cpp660 PreambleConditionalStack.SkipInfo->ElseLoc); in replayPreambleConditionalStack()
H A DPPDirectives.cpp375 SourceLocation ElseLoc) { in SkipExcludedConditionalBlock() argument
406 HashTokenLoc, IfTokenLoc, FoundNonSkipPortion, FoundElse, ElseLoc); in SkipExcludedConditionalBlock()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmt.cpp540 Stmt *thenStmt, SourceLocation ElseLoc, in ActOnIfStmt() argument
560 return BuildIfStmt(IfLoc, IsConstexpr, InitStmt, Cond, thenStmt, ElseLoc, in ActOnIfStmt()
566 Stmt *thenStmt, SourceLocation ElseLoc, in BuildIfStmt() argument
578 Cond.get().second, thenStmt, ElseLoc, elseStmt); in BuildIfStmt()
H A DTreeTransform.h1258 SourceLocation ElseLoc, Stmt *Else) { in RebuildIfStmt() argument
1260 ElseLoc, Else); in RebuildIfStmt()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DStmt.h1854 void setElseLoc(SourceLocation ElseLoc) { in setElseLoc() argument
1857 *getTrailingObjects<SourceLocation>() = ElseLoc; in setElseLoc()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h3764 SourceLocation ElseLoc, Stmt *ElseVal);
3768 SourceLocation ElseLoc, Stmt *ElseVal);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp3070 SourceLocation ElseLoc = ReadSourceLocation(F, Record, Idx); in ReadASTBlock() local
3072 FoundElse, ElseLoc); in ReadASTBlock()
H A DASTWriter.cpp2462 AddSourceLocation(SkipInfo->ElseLoc, Record); in WritePreprocessor()