Searched refs:ElseLoc (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | Preprocessor.h | 713 SourceLocation ElseLoc; member 717 SourceLocation ElseLoc) in PreambleSkipInfo() 720 ElseLoc(ElseLoc) {} in PreambleSkipInfo() 2630 SourceLocation ElseLoc = SourceLocation());
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseStmt.cpp | 1524 SourceLocation ElseLoc; in ParseIfStatement() local 1532 ElseLoc = ConsumeToken(); in ParseIfStatement() 1547 MisleadingIndentationChecker MIChecker(*this, MSK_else, ElseLoc); in ParseIfStatement() 1599 Diag(ElseLoc, diag::err_expected_after) << "else" in ParseIfStatement() 1619 ThenStmt.get(), ElseLoc, ElseStmt.get()); in ParseIfStatement()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaStmt.cpp | 964 Stmt *thenStmt, SourceLocation ElseLoc, in ActOnIfStmt() argument 1039 thenStmt, ElseLoc, elseStmt); in ActOnIfStmt() 1046 Stmt *thenStmt, SourceLocation ElseLoc, in BuildIfStmt() argument 1057 RParenLoc, thenStmt, ElseLoc, elseStmt); in BuildIfStmt()
|
| H A D | TreeTransform.h | 1412 SourceLocation ElseLoc, Stmt *Else) { in RebuildIfStmt() argument 1414 Then, ElseLoc, Else); in RebuildIfStmt()
|
| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | Preprocessor.cpp | 698 PreambleConditionalStack.SkipInfo->ElseLoc); in replayPreambleConditionalStack()
|
| H A D | PPDirectives.cpp | 510 SourceLocation ElseLoc) { in SkipExcludedConditionalBlock() argument 604 FoundElse, ElseLoc); in SkipExcludedConditionalBlock()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Stmt.h | 2436 void setElseLoc(SourceLocation ElseLoc) { 2439 *getTrailingObjects<SourceLocation>() = ElseLoc;
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 10931 Stmt *ThenVal, SourceLocation ElseLoc, Stmt *ElseVal); 10935 Stmt *ThenVal, SourceLocation ElseLoc, Stmt *ElseVal);
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 3906 SourceLocation ElseLoc = ReadSourceLocation(F, Record, Idx); in ReadASTBlock() local 3908 FoundElse, ElseLoc); in ReadASTBlock()
|
| H A D | ASTWriter.cpp | 2591 AddSourceLocation(SkipInfo->ElseLoc, Record); in WritePreprocessor()
|