| /external/llvm-project/clang/lib/Lex/ |
| D | PPConditionalDirectiveRecord.cpp | 99 SourceLocation IfLoc) { in Elif() 105 SourceLocation IfLoc) { in Else() 111 SourceLocation IfLoc) { in Endif()
|
| /external/clang/lib/Lex/ |
| D | PPConditionalDirectiveRecord.cpp | 102 SourceLocation IfLoc) { in Elif() 108 SourceLocation IfLoc) { in Else() 114 SourceLocation IfLoc) { in Endif()
|
| /external/clang/include/clang/Lex/ |
| D | PPCallbacks.h | 291 ConditionValueKind ConditionValue, SourceLocation IfLoc) { in Elif() 313 virtual void Else(SourceLocation Loc, SourceLocation IfLoc) { in Else() 319 virtual void Endif(SourceLocation Loc, SourceLocation IfLoc) { in Endif() 475 ConditionValueKind ConditionValue, SourceLocation IfLoc) override { in Elif() 495 void Else(SourceLocation Loc, SourceLocation IfLoc) override { in Else() 501 void Endif(SourceLocation Loc, SourceLocation IfLoc) override { in Endif()
|
| D | Token.h | 307 SourceLocation IfLoc; member
|
| /external/llvm-project/clang/include/clang/Lex/ |
| D | PPCallbacks.h | 343 ConditionValueKind ConditionValue, SourceLocation IfLoc) { in Elif() 365 virtual void Else(SourceLocation Loc, SourceLocation IfLoc) { in Else() 371 virtual void Endif(SourceLocation Loc, SourceLocation IfLoc) { in Endif() 577 ConditionValueKind ConditionValue, SourceLocation IfLoc) override { in Elif() 597 void Else(SourceLocation Loc, SourceLocation IfLoc) override { in Else() 603 void Endif(SourceLocation Loc, SourceLocation IfLoc) override { in Endif()
|
| D | Token.h | 317 SourceLocation IfLoc; member
|
| /external/llvm-project/clang-tools-extra/clang-tidy/readability/ |
| D | MisleadingIndentationCheck.cpp | 36 SourceLocation IfLoc = If->getIfLoc(); in danglingElseCheck() local
|
| D | RedundantPreprocessorCheck.cpp | 63 void Endif(SourceLocation Loc, SourceLocation IfLoc) override { in Endif()
|
| D | ElseAfterReturnCheck.cpp | 31 void Endif(SourceLocation Loc, SourceLocation IfLoc) override { in Endif()
|
| /external/llvm-project/clang-tools-extra/pp-trace/ |
| D | PPCallbacksTracker.cpp | 376 SourceLocation IfLoc) { in Elif() 403 void PPCallbacksTracker::Else(SourceLocation Loc, SourceLocation IfLoc) { in Else() 410 void PPCallbacksTracker::Endif(SourceLocation Loc, SourceLocation IfLoc) { in Endif()
|
| /external/llvm-project/clang-tools-extra/clang-tidy/utils/ |
| D | HeaderGuard.cpp | 64 void Endif(SourceLocation Loc, SourceLocation IfLoc) override { in Endif()
|
| /external/llvm-project/clang/lib/Frontend/Rewrite/ |
| D | InclusionRewriter.cpp | 216 SourceLocation IfLoc) { in Elif()
|
| /external/llvm-project/clang/unittests/Lex/ |
| D | PPCallbacksTest.cpp | 84 ConditionValueKind ConditionValue, SourceLocation IfLoc) override { in Elif()
|
| /external/clang/lib/Parse/ |
| D | ParseStmt.cpp | 1111 SourceLocation IfLoc = ConsumeToken(); // eat the 'if'. in ParseIfStatement() local
|
| /external/llvm/examples/Kaleidoscope/Chapter9/ |
| D | toy.cpp | 503 SourceLocation IfLoc = CurLoc; in ParseIfExpr() local
|
| /external/llvm-project/llvm/examples/Kaleidoscope/Chapter9/ |
| D | toy.cpp | 503 SourceLocation IfLoc = CurLoc; in ParseIfExpr() local
|
| /external/llvm-project/clang/lib/Parse/ |
| D | ParseStmt.cpp | 1336 SourceLocation IfLoc = ConsumeToken(); // eat the 'if'. in ParseIfStatement() local
|
| /external/llvm-project/clang-tools-extra/modularize/ |
| D | PreprocessorTracker.cpp | 1355 clang::SourceLocation IfLoc) { in Elif()
|
| /external/clang/lib/Sema/ |
| D | SemaStmt.cpp | 507 Sema::ActOnIfStmt(SourceLocation IfLoc, bool IsConstexpr, Stmt *InitStmt, in ActOnIfStmt() 532 StmtResult Sema::BuildIfStmt(SourceLocation IfLoc, bool IsConstexpr, in BuildIfStmt()
|
| D | TreeTransform.h | 1176 StmtResult RebuildIfStmt(SourceLocation IfLoc, bool IsConstexpr, in RebuildIfStmt()
|
| /external/llvm-project/clang/lib/Sema/ |
| D | SemaStmt.cpp | 580 StmtResult Sema::ActOnIfStmt(SourceLocation IfLoc, bool IsConstexpr, in ActOnIfStmt() 634 StmtResult Sema::BuildIfStmt(SourceLocation IfLoc, bool IsConstexpr, in BuildIfStmt()
|
| D | TreeTransform.h | 1322 StmtResult RebuildIfStmt(SourceLocation IfLoc, bool IsConstexpr, in RebuildIfStmt()
|
| /external/llvm-project/clang/include/clang/AST/ |
| D | Stmt.h | 176 SourceLocation IfLoc; variable 2064 void setIfLoc(SourceLocation IfLoc) { IfStmtBits.IfLoc = IfLoc; } in setIfLoc()
|
| /external/clang/include/clang/AST/ |
| D | Stmt.h | 885 SourceLocation IfLoc; variable
|