Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Lex/
DPreprocessor.h442 SourceLocation ElseLoc; member
446 SourceLocation ElseLoc) in PreambleSkipInfo()
449 ElseLoc(ElseLoc) {} in PreambleSkipInfo()
2121 SourceLocation ElseLoc = SourceLocation());
/freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/
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-12-stable/contrib/llvm-project/clang/lib/Sema/
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()
DTreeTransform.h1326 SourceLocation ElseLoc, Stmt *Else) { in RebuildIfStmt() argument
1328 RParenLoc, Then, ElseLoc, Else); in RebuildIfStmt()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/
DPPDirectives.cpp448 SourceLocation ElseLoc) { in SkipExcludedConditionalBlock() argument
485 HashTokenLoc, IfTokenLoc, FoundNonSkipPortion, FoundElse, ElseLoc); in SkipExcludedConditionalBlock()
DPreprocessor.cpp679 PreambleConditionalStack.SkipInfo->ElseLoc); in replayPreambleConditionalStack()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DStmt.h2074 void setElseLoc(SourceLocation ElseLoc) { in setElseLoc() argument
2077 *getTrailingObjects<SourceLocation>() = ElseLoc; in setElseLoc()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DSema.h4699 Stmt *ThenVal, SourceLocation ElseLoc, Stmt *ElseVal);
4703 Stmt *ThenVal, SourceLocation ElseLoc, Stmt *ElseVal);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
DASTReader.cpp3382 SourceLocation ElseLoc = ReadSourceLocation(F, Record, Idx); in ReadASTBlock() local
3384 FoundElse, ElseLoc); in ReadASTBlock()
DASTWriter.cpp2173 AddSourceLocation(SkipInfo->ElseLoc, Record); in WritePreprocessor()