Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h689 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 DParseStmt.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/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.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()
H A DTreeTransform.h1418 SourceLocation ElseLoc, Stmt *Else) { in RebuildIfStmt() argument
1420 Then, ElseLoc, Else); in RebuildIfStmt()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp682 PreambleConditionalStack.SkipInfo->ElseLoc); in replayPreambleConditionalStack()
H A DPPDirectives.cpp484 SourceLocation ElseLoc) { in SkipExcludedConditionalBlock() argument
578 FoundElse, ElseLoc); in SkipExcludedConditionalBlock()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h2317 void setElseLoc(SourceLocation ElseLoc) {
2320 *getTrailingObjects<SourceLocation>() = ElseLoc;
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h10716 Stmt *ThenVal, SourceLocation ElseLoc, Stmt *ElseVal);
10720 Stmt *ThenVal, SourceLocation ElseLoc, Stmt *ElseVal);
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp3624 SourceLocation ElseLoc = ReadSourceLocation(F, Record, Idx); in ReadASTBlock() local
3626 FoundElse, ElseLoc); in ReadASTBlock()
H A DASTWriter.cpp2515 AddSourceLocation(SkipInfo->ElseLoc, Record); in WritePreprocessor()