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.h713 SourceLocation ElseLoc; member
717 SourceLocation ElseLoc) in PreambleSkipInfo()
720 ElseLoc(ElseLoc) {} in PreambleSkipInfo()
2630 SourceLocation ElseLoc = SourceLocation());
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp1524 SourceLocation ElseLoc; in ParseIfStatement() local
1532 ElseLoc = ConsumeToken(); in ParseIfStatement()
1547 MisleadingIndentationChecker MIChecker(*this, MSK_else, ElseLoc); in ParseIfStatement()
1599 Diag(ElseLoc, diag::err_expected_after) << "else" in ParseIfStatement()
1619 ThenStmt.get(), ElseLoc, ElseStmt.get()); in ParseIfStatement()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp964 Stmt *thenStmt, SourceLocation ElseLoc, in ActOnIfStmt() argument
1039 thenStmt, ElseLoc, elseStmt); in ActOnIfStmt()
1046 Stmt *thenStmt, SourceLocation ElseLoc, in BuildIfStmt() argument
1057 RParenLoc, thenStmt, ElseLoc, elseStmt); in BuildIfStmt()
H A DTreeTransform.h1412 SourceLocation ElseLoc, Stmt *Else) { in RebuildIfStmt() argument
1414 Then, ElseLoc, Else); in RebuildIfStmt()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp698 PreambleConditionalStack.SkipInfo->ElseLoc); in replayPreambleConditionalStack()
H A DPPDirectives.cpp510 SourceLocation ElseLoc) { in SkipExcludedConditionalBlock() argument
604 FoundElse, ElseLoc); in SkipExcludedConditionalBlock()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h2436 void setElseLoc(SourceLocation ElseLoc) {
2439 *getTrailingObjects<SourceLocation>() = ElseLoc;
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h10931 Stmt *ThenVal, SourceLocation ElseLoc, Stmt *ElseVal);
10935 Stmt *ThenVal, SourceLocation ElseLoc, Stmt *ElseVal);
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp3906 SourceLocation ElseLoc = ReadSourceLocation(F, Record, Idx); in ReadASTBlock() local
3908 FoundElse, ElseLoc); in ReadASTBlock()
H A DASTWriter.cpp2591 AddSourceLocation(SkipInfo->ElseLoc, Record); in WritePreprocessor()