Searched refs:ElseLoc (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
H A D | Preprocessor.h | 689 SourceLocation ElseLoc; member 693 SourceLocation ElseLoc) in PreambleSkipInfo() 696 ElseLoc(ElseLoc) {} in PreambleSkipInfo() 2555 SourceLocation ElseLoc = SourceLocation());
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseStmt.cpp | 1621 SourceLocation ElseLoc; in ParseIfStatement() local 1629 ElseLoc = ConsumeToken(); in ParseIfStatement() 1644 MisleadingIndentationChecker MIChecker(*this, MSK_else, ElseLoc); in ParseIfStatement() 1696 Diag(ElseLoc, diag::err_expected_after) << "else" in ParseIfStatement() 1716 ThenStmt.get(), ElseLoc, ElseStmt.get()); in ParseIfStatement()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 912 Stmt *thenStmt, SourceLocation ElseLoc, in ActOnIfStmt() argument 978 thenStmt, ElseLoc, elseStmt); in ActOnIfStmt() 985 Stmt *thenStmt, SourceLocation ElseLoc, in BuildIfStmt() argument 996 RParenLoc, thenStmt, ElseLoc, elseStmt); in BuildIfStmt()
|
H A D | TreeTransform.h | 1418 SourceLocation ElseLoc, Stmt *Else) { in RebuildIfStmt() argument 1420 Then, ElseLoc, Else); in RebuildIfStmt()
|
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | Preprocessor.cpp | 682 PreambleConditionalStack.SkipInfo->ElseLoc); in replayPreambleConditionalStack()
|
H A D | PPDirectives.cpp | 484 SourceLocation ElseLoc) { in SkipExcludedConditionalBlock() argument 578 FoundElse, ElseLoc); in SkipExcludedConditionalBlock()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | Stmt.h | 2317 void setElseLoc(SourceLocation ElseLoc) { 2320 *getTrailingObjects<SourceLocation>() = ElseLoc;
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 10716 Stmt *ThenVal, SourceLocation ElseLoc, Stmt *ElseVal); 10720 Stmt *ThenVal, SourceLocation ElseLoc, Stmt *ElseVal);
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 3624 SourceLocation ElseLoc = ReadSourceLocation(F, Record, Idx); in ReadASTBlock() local 3626 FoundElse, ElseLoc); in ReadASTBlock()
|
H A D | ASTWriter.cpp | 2515 AddSourceLocation(SkipInfo->ElseLoc, Record); in WritePreprocessor()
|