Searched refs:ElseLoc (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | Preprocessor.h | 669 SourceLocation ElseLoc; member 673 SourceLocation ElseLoc) in PreambleSkipInfo() 676 ElseLoc(ElseLoc) {} in PreambleSkipInfo() 2511 SourceLocation ElseLoc = SourceLocation());
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseStmt.cpp | 1606 SourceLocation ElseLoc; in ParseIfStatement() local 1614 ElseLoc = ConsumeToken(); in ParseIfStatement() 1629 MisleadingIndentationChecker MIChecker(*this, MSK_else, ElseLoc); in ParseIfStatement() 1681 Diag(ElseLoc, diag::err_expected_after) << "else" in ParseIfStatement() 1701 ThenStmt.get(), ElseLoc, ElseStmt.get()); in ParseIfStatement()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaStmt.cpp | 889 Stmt *thenStmt, SourceLocation ElseLoc, in ActOnIfStmt() argument 955 thenStmt, ElseLoc, elseStmt); in ActOnIfStmt() 962 Stmt *thenStmt, SourceLocation ElseLoc, in BuildIfStmt() argument 973 RParenLoc, thenStmt, ElseLoc, elseStmt); in BuildIfStmt()
|
| H A D | TreeTransform.h | 1397 SourceLocation ElseLoc, Stmt *Else) { in RebuildIfStmt() argument 1399 Then, ElseLoc, Else); in RebuildIfStmt()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Lex/ |
| H A D | PPDirectives.cpp | 483 SourceLocation ElseLoc) { in SkipExcludedConditionalBlock() argument 577 FoundElse, ElseLoc); in SkipExcludedConditionalBlock()
|
| H A D | Preprocessor.cpp | 678 PreambleConditionalStack.SkipInfo->ElseLoc); in replayPreambleConditionalStack()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Stmt.h | 2310 void setElseLoc(SourceLocation ElseLoc) { in setElseLoc() argument 2313 *getTrailingObjects<SourceLocation>() = ElseLoc; in setElseLoc()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 5207 Stmt *ThenVal, SourceLocation ElseLoc, Stmt *ElseVal); 5211 Stmt *ThenVal, SourceLocation ElseLoc, Stmt *ElseVal);
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 3601 SourceLocation ElseLoc = ReadSourceLocation(F, Record, Idx); in ReadASTBlock() local 3603 FoundElse, ElseLoc); in ReadASTBlock()
|
| H A D | ASTWriter.cpp | 2387 AddSourceLocation(SkipInfo->ElseLoc, Record); in WritePreprocessor()
|