Searched refs:ElseLoc (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Lex/ |
| D | Preprocessor.h | 442 SourceLocation ElseLoc; member 446 SourceLocation ElseLoc) in PreambleSkipInfo() 449 ElseLoc(ElseLoc) {} in PreambleSkipInfo() 2121 SourceLocation ElseLoc = SourceLocation());
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/ |
| D | ParseStmt.cpp | 1435 SourceLocation ElseLoc; in ParseIfStatement() local 1443 ElseLoc = ConsumeToken(); in ParseIfStatement() 1458 MisleadingIndentationChecker MIChecker(*this, MSK_else, ElseLoc); in ParseIfStatement() 1498 RParen, ThenStmt.get(), ElseLoc, ElseStmt.get()); in ParseIfStatement()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/ |
| D | SemaStmt.cpp | 864 Stmt *thenStmt, SourceLocation ElseLoc, in ActOnIfStmt() argument 912 thenStmt, ElseLoc, elseStmt); in ActOnIfStmt() 918 Stmt *thenStmt, SourceLocation ElseLoc, in BuildIfStmt() argument 928 ElseLoc, elseStmt); in BuildIfStmt()
|
| D | TreeTransform.h | 1326 SourceLocation ElseLoc, Stmt *Else) { in RebuildIfStmt() argument 1328 RParenLoc, Then, ElseLoc, Else); in RebuildIfStmt()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/ |
| D | PPDirectives.cpp | 448 SourceLocation ElseLoc) { in SkipExcludedConditionalBlock() argument 485 HashTokenLoc, IfTokenLoc, FoundNonSkipPortion, FoundElse, ElseLoc); in SkipExcludedConditionalBlock()
|
| D | Preprocessor.cpp | 679 PreambleConditionalStack.SkipInfo->ElseLoc); in replayPreambleConditionalStack()
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/ |
| D | Stmt.h | 2074 void setElseLoc(SourceLocation ElseLoc) { in setElseLoc() argument 2077 *getTrailingObjects<SourceLocation>() = ElseLoc; in setElseLoc()
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/ |
| D | Sema.h | 4699 Stmt *ThenVal, SourceLocation ElseLoc, Stmt *ElseVal); 4703 Stmt *ThenVal, SourceLocation ElseLoc, Stmt *ElseVal);
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/ |
| D | ASTReader.cpp | 3382 SourceLocation ElseLoc = ReadSourceLocation(F, Record, Idx); in ReadASTBlock() local 3384 FoundElse, ElseLoc); in ReadASTBlock()
|
| D | ASTWriter.cpp | 2173 AddSourceLocation(SkipInfo->ElseLoc, Record); in WritePreprocessor()
|