Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h669 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 DParseStmt.cpp1606 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 DSemaStmt.cpp889 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 DTreeTransform.h1397 SourceLocation ElseLoc, Stmt *Else) { in RebuildIfStmt() argument
1399 Then, ElseLoc, Else); in RebuildIfStmt()
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp483 SourceLocation ElseLoc) { in SkipExcludedConditionalBlock() argument
577 FoundElse, ElseLoc); in SkipExcludedConditionalBlock()
H A DPreprocessor.cpp678 PreambleConditionalStack.SkipInfo->ElseLoc); in replayPreambleConditionalStack()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h2310 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 DSema.h5207 Stmt *ThenVal, SourceLocation ElseLoc, Stmt *ElseVal);
5211 Stmt *ThenVal, SourceLocation ElseLoc, Stmt *ElseVal);
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp3601 SourceLocation ElseLoc = ReadSourceLocation(F, Record, Idx); in ReadASTBlock() local
3603 FoundElse, ElseLoc); in ReadASTBlock()
H A DASTWriter.cpp2387 AddSourceLocation(SkipInfo->ElseLoc, Record); in WritePreprocessor()