Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DPreprocessor.h666 SourceLocation ElseLoc; member
670 SourceLocation ElseLoc) in PreambleSkipInfo()
673 ElseLoc(ElseLoc) {} in PreambleSkipInfo()
2512 SourceLocation ElseLoc = SourceLocation());
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseStmt.cpp1556 SourceLocation ElseLoc; in ParseIfStatement() local
1564 ElseLoc = ConsumeToken(); in ParseIfStatement()
1579 MisleadingIndentationChecker MIChecker(*this, MSK_else, ElseLoc); in ParseIfStatement()
1631 Diag(ElseLoc, diag::err_expected_after) << "else" in ParseIfStatement()
1651 ThenStmt.get(), ElseLoc, ElseStmt.get()); in ParseIfStatement()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaStmt.cpp882 Stmt *thenStmt, SourceLocation ElseLoc, in ActOnIfStmt() argument
947 thenStmt, ElseLoc, elseStmt); in ActOnIfStmt()
954 Stmt *thenStmt, SourceLocation ElseLoc, in BuildIfStmt() argument
965 RParenLoc, thenStmt, ElseLoc, elseStmt); in BuildIfStmt()
H A DTreeTransform.h1372 SourceLocation ElseLoc, Stmt *Else) { in RebuildIfStmt() argument
1374 Then, ElseLoc, Else); in RebuildIfStmt()
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DPreprocessor.cpp691 PreambleConditionalStack.SkipInfo->ElseLoc); in replayPreambleConditionalStack()
H A DPPDirectives.cpp465 SourceLocation ElseLoc) { in SkipExcludedConditionalBlock() argument
557 FoundElse, ElseLoc); in SkipExcludedConditionalBlock()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DStmt.h2119 void setElseLoc(SourceLocation ElseLoc) { in setElseLoc() argument
2122 *getTrailingObjects<SourceLocation>() = ElseLoc; in setElseLoc()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp3412 SourceLocation ElseLoc = ReadSourceLocation(F, Record, Idx); in ReadASTBlock() local
3414 FoundElse, ElseLoc); in ReadASTBlock()
H A DASTWriter.cpp2324 AddSourceLocation(SkipInfo->ElseLoc, Record); in WritePreprocessor()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h5081 Stmt *ThenVal, SourceLocation ElseLoc, Stmt *ElseVal);
5085 Stmt *ThenVal, SourceLocation ElseLoc, Stmt *ElseVal);