Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessor.h440 SourceLocation ElseLoc; member
444 SourceLocation ElseLoc) in PreambleSkipInfo()
447 ElseLoc(ElseLoc) {} in PreambleSkipInfo()
2119 SourceLocation ElseLoc = SourceLocation());
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseStmt.cpp1430 SourceLocation ElseLoc; in ParseIfStatement() local
1438 ElseLoc = ConsumeToken(); in ParseIfStatement()
1453 MisleadingIndentationChecker MIChecker(*this, MSK_else, ElseLoc); in ParseIfStatement()
1493 RParen, ThenStmt.get(), ElseLoc, ElseStmt.get()); in ParseIfStatement()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPDirectives.cpp440 SourceLocation ElseLoc) { in SkipExcludedConditionalBlock() argument
477 HashTokenLoc, IfTokenLoc, FoundNonSkipPortion, FoundElse, ElseLoc); in SkipExcludedConditionalBlock()
H A DPreprocessor.cpp679 PreambleConditionalStack.SkipInfo->ElseLoc); in replayPreambleConditionalStack()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmt.h2074 void setElseLoc(SourceLocation ElseLoc) { in setElseLoc() argument
2077 *getTrailingObjects<SourceLocation>() = ElseLoc; in setElseLoc()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h4665 Stmt *ThenVal, SourceLocation ElseLoc, Stmt *ElseVal);
4669 Stmt *ThenVal, SourceLocation ElseLoc, Stmt *ElseVal);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp3375 SourceLocation ElseLoc = ReadSourceLocation(F, Record, Idx); in ReadASTBlock() local
3377 FoundElse, ElseLoc); in ReadASTBlock()
H A DASTWriter.cpp2173 AddSourceLocation(SkipInfo->ElseLoc, Record); in WritePreprocessor()