Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h442 SourceLocation ElseLoc; member
446 SourceLocation ElseLoc) in PreambleSkipInfo()
449 ElseLoc(ElseLoc) {} in PreambleSkipInfo()
2121 SourceLocation ElseLoc = SourceLocation());
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp1435 SourceLocation ElseLoc; in ParseIfStatement() local
1443 ElseLoc = ConsumeToken(); in ParseIfStatement()
1458 MisleadingIndentationChecker MIChecker(*this, MSK_else, ElseLoc); in ParseIfStatement()
1498 RParen, ThenStmt.get(), ElseLoc, ElseStmt.get()); in ParseIfStatement()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp864 Stmt *thenStmt, SourceLocation ElseLoc, in ActOnIfStmt() argument
912 thenStmt, ElseLoc, elseStmt); in ActOnIfStmt()
918 Stmt *thenStmt, SourceLocation ElseLoc, in BuildIfStmt() argument
928 ElseLoc, elseStmt); in BuildIfStmt()
H A DTreeTransform.h1326 SourceLocation ElseLoc, Stmt *Else) { in RebuildIfStmt() argument
1328 RParenLoc, Then, ElseLoc, Else); in RebuildIfStmt()
/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp448 SourceLocation ElseLoc) { in SkipExcludedConditionalBlock() argument
485 HashTokenLoc, IfTokenLoc, FoundNonSkipPortion, FoundElse, ElseLoc); in SkipExcludedConditionalBlock()
H A DPreprocessor.cpp679 PreambleConditionalStack.SkipInfo->ElseLoc); in replayPreambleConditionalStack()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h2074 void setElseLoc(SourceLocation ElseLoc) { in setElseLoc() argument
2077 *getTrailingObjects<SourceLocation>() = ElseLoc; in setElseLoc()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4696 Stmt *ThenVal, SourceLocation ElseLoc, Stmt *ElseVal);
4700 Stmt *ThenVal, SourceLocation ElseLoc, Stmt *ElseVal);
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp3382 SourceLocation ElseLoc = ReadSourceLocation(F, Record, Idx); in ReadASTBlock() local
3384 FoundElse, ElseLoc); in ReadASTBlock()
H A DASTWriter.cpp2173 AddSourceLocation(SkipInfo->ElseLoc, Record); in WritePreprocessor()