Home
last modified time | relevance | path

Searched refs:ElseLoc (Results 1 – 10 of 10) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Lex/
HDPreprocessor.h689 SourceLocation ElseLoc; member
693 SourceLocation ElseLoc) in PreambleSkipInfo()
696 ElseLoc(ElseLoc) {} in PreambleSkipInfo()
2555 SourceLocation ElseLoc = SourceLocation());
/freebsd-14-stable/contrib/llvm-project/clang/lib/Parse/
HDParseStmt.cpp1621 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-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaStmt.cpp912 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()
HDTreeTransform.h1418 SourceLocation ElseLoc, Stmt *Else) { in RebuildIfStmt() argument
1420 Then, ElseLoc, Else); in RebuildIfStmt()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Lex/
HDPreprocessor.cpp682 PreambleConditionalStack.SkipInfo->ElseLoc); in replayPreambleConditionalStack()
HDPPDirectives.cpp484 SourceLocation ElseLoc) { in SkipExcludedConditionalBlock() argument
578 FoundElse, ElseLoc); in SkipExcludedConditionalBlock()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDStmt.h2317 void setElseLoc(SourceLocation ElseLoc) { in setElseLoc() argument
2320 *getTrailingObjects<SourceLocation>() = ElseLoc; in setElseLoc()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSema.h10716 Stmt *ThenVal, SourceLocation ElseLoc, Stmt *ElseVal);
10720 Stmt *ThenVal, SourceLocation ElseLoc, Stmt *ElseVal);
/freebsd-14-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReader.cpp3624 SourceLocation ElseLoc = ReadSourceLocation(F, Record, Idx); in ReadASTBlock() local
3626 FoundElse, ElseLoc); in ReadASTBlock()
HDASTWriter.cpp2515 AddSourceLocation(SkipInfo->ElseLoc, Record); in WritePreprocessor()