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

/freebsd-current/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h669 SourceLocation ElseLoc; member in struct:clang::Preprocessor::PreambleSkipInfo
673 SourceLocation ElseLoc)
676 ElseLoc(ElseLoc) {}
2511 SourceLocation ElseLoc = SourceLocation());
671 PreambleSkipInfo(SourceLocation HashTokenLoc, SourceLocation IfTokenLoc, bool FoundNonSkipPortion, bool FoundElse, SourceLocation ElseLoc) argument
/freebsd-current/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp1606 SourceLocation ElseLoc; local
1614 ElseLoc = ConsumeToken();
1629 MisleadingIndentationChecker MIChecker(*this, MSK_else, ElseLoc);
1681 Diag(ElseLoc, diag::err_expected_after) << "else"
1701 ThenStmt.get(), ElseLoc, ElseStmt.get());
/freebsd-current/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp483 SourceLocation ElseLoc) {
577 FoundElse, ElseLoc);
479 SkipExcludedConditionalBlock(SourceLocation HashTokenLoc, SourceLocation IfTokenLoc, bool FoundNonSkipPortion, bool FoundElse, SourceLocation ElseLoc) argument
H A DPreprocessor.cpp678 PreambleConditionalStack.SkipInfo->ElseLoc);
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp889 Stmt *thenStmt, SourceLocation ElseLoc,
955 thenStmt, ElseLoc, elseStmt);
962 Stmt *thenStmt, SourceLocation ElseLoc,
973 RParenLoc, thenStmt, ElseLoc, elseStmt);
885 ActOnIfStmt(SourceLocation IfLoc, IfStatementKind StatementKind, SourceLocation LParenLoc, Stmt *InitStmt, ConditionResult Cond, SourceLocation RParenLoc, Stmt *thenStmt, SourceLocation ElseLoc, Stmt *elseStmt) argument
958 BuildIfStmt(SourceLocation IfLoc, IfStatementKind StatementKind, SourceLocation LParenLoc, Stmt *InitStmt, ConditionResult Cond, SourceLocation RParenLoc, Stmt *thenStmt, SourceLocation ElseLoc, Stmt *elseStmt) argument
H A DTreeTransform.h1397 SourceLocation ElseLoc, Stmt *Else) {
1399 Then, ElseLoc, Else);
1394 RebuildIfStmt(SourceLocation IfLoc, IfStatementKind Kind, SourceLocation LParenLoc, Sema::ConditionResult Cond, SourceLocation RParenLoc, Stmt *Init, Stmt *Then, SourceLocation ElseLoc, Stmt *Else) argument
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h2310 void setElseLoc(SourceLocation ElseLoc) { argument
2313 *getTrailingObjects<SourceLocation>() = ElseLoc;
/freebsd-current/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp3601 SourceLocation ElseLoc = ReadSourceLocation(F, Record, Idx);
3603 FoundElse, ElseLoc);
H A DASTWriter.cpp2387 AddSourceLocation(SkipInfo->ElseLoc, Record);
/freebsd-current/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h5207 Stmt *ThenVal, SourceLocation ElseLoc, Stmt *ElseVal);
5211 Stmt *ThenVal, SourceLocation ElseLoc, Stmt *ElseVal);

Completed in 477 milliseconds