Searched refs:ElseLoc (Results 1 – 10 of 10) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/ |
| H A D | Preprocessor.h | 440 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 D | ParseStmt.cpp | 1430 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 D | SemaStmt.cpp | 864 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 D | TreeTransform.h | 1326 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 D | PPDirectives.cpp | 440 SourceLocation ElseLoc) { in SkipExcludedConditionalBlock() argument 477 HashTokenLoc, IfTokenLoc, FoundNonSkipPortion, FoundElse, ElseLoc); in SkipExcludedConditionalBlock()
|
| H A D | Preprocessor.cpp | 679 PreambleConditionalStack.SkipInfo->ElseLoc); in replayPreambleConditionalStack()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | Stmt.h | 2074 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 D | Sema.h | 4665 Stmt *ThenVal, SourceLocation ElseLoc, Stmt *ElseVal); 4669 Stmt *ThenVal, SourceLocation ElseLoc, Stmt *ElseVal);
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 3375 SourceLocation ElseLoc = ReadSourceLocation(F, Record, Idx); in ReadASTBlock() local 3377 FoundElse, ElseLoc); in ReadASTBlock()
|
| H A D | ASTWriter.cpp | 2173 AddSourceLocation(SkipInfo->ElseLoc, Record); in WritePreprocessor()
|