Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
HDPreprocessor.h425 SourceLocation ElseLoc; member
429 SourceLocation ElseLoc) in PreambleSkipInfo()
432 ElseLoc(ElseLoc) {} in PreambleSkipInfo()
2073 SourceLocation ElseLoc = SourceLocation());
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
HDParseStmt.cpp1383 SourceLocation ElseLoc; in ParseIfStatement() local
1391 ElseLoc = ConsumeToken(); in ParseIfStatement()
1406 MisleadingIndentationChecker MIChecker(*this, MSK_else, ElseLoc); in ParseIfStatement()
1446 ThenStmt.get(), ElseLoc, ElseStmt.get()); in ParseIfStatement()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaStmt.cpp565 Stmt *thenStmt, SourceLocation ElseLoc, in ActOnIfStmt() argument
585 return BuildIfStmt(IfLoc, IsConstexpr, InitStmt, Cond, thenStmt, ElseLoc, in ActOnIfStmt()
591 Stmt *thenStmt, SourceLocation ElseLoc, in BuildIfStmt() argument
600 Cond.get().second, thenStmt, ElseLoc, elseStmt); in BuildIfStmt()
HDTreeTransform.h1297 SourceLocation ElseLoc, Stmt *Else) { in RebuildIfStmt() argument
1299 ElseLoc, Else); in RebuildIfStmt()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
HDPPDirectives.cpp416 SourceLocation ElseLoc) { in SkipExcludedConditionalBlock() argument
452 HashTokenLoc, IfTokenLoc, FoundNonSkipPortion, FoundElse, ElseLoc); in SkipExcludedConditionalBlock()
HDPreprocessor.cpp683 PreambleConditionalStack.SkipInfo->ElseLoc); in replayPreambleConditionalStack()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDStmt.h2016 void setElseLoc(SourceLocation ElseLoc) { in setElseLoc() argument
2019 *getTrailingObjects<SourceLocation>() = ElseLoc; in setElseLoc()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSema.h4193 SourceLocation ElseLoc, Stmt *ElseVal);
4197 SourceLocation ElseLoc, Stmt *ElseVal);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReader.cpp3346 SourceLocation ElseLoc = ReadSourceLocation(F, Record, Idx); in ReadASTBlock() local
3348 FoundElse, ElseLoc); in ReadASTBlock()
HDASTWriter.cpp2115 AddSourceLocation(SkipInfo->ElseLoc, Record); in WritePreprocessor()