Searched refs:ElseLoc (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/ |
| H A D | Preprocessor.h | 332 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 D | ParseStmt.cpp | 1233 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 D | Preprocessor.cpp | 660 PreambleConditionalStack.SkipInfo->ElseLoc); in replayPreambleConditionalStack()
|
| H A D | PPDirectives.cpp | 375 SourceLocation ElseLoc) { in SkipExcludedConditionalBlock() argument 406 HashTokenLoc, IfTokenLoc, FoundNonSkipPortion, FoundElse, ElseLoc); in SkipExcludedConditionalBlock()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaStmt.cpp | 540 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 D | TreeTransform.h | 1258 SourceLocation ElseLoc, Stmt *Else) { in RebuildIfStmt() argument 1260 ElseLoc, Else); in RebuildIfStmt()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | Stmt.h | 1854 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 D | Sema.h | 3764 SourceLocation ElseLoc, Stmt *ElseVal); 3768 SourceLocation ElseLoc, Stmt *ElseVal);
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 3070 SourceLocation ElseLoc = ReadSourceLocation(F, Record, Idx); in ReadASTBlock() local 3072 FoundElse, ElseLoc); in ReadASTBlock()
|
| H A D | ASTWriter.cpp | 2462 AddSourceLocation(SkipInfo->ElseLoc, Record); in WritePreprocessor()
|