/llvm-project/clang/lib/Lex/ |
H A D | PPConditionalDirectiveRecord.cpp | 99 SourceLocation IfLoc) { in Elif() 127 SourceLocation IfLoc) { in Else() 133 SourceLocation IfLoc) { in Endif()
|
/llvm-project/clang/include/clang/Lex/ |
H A D | PPCallbacks.h | 405 ConditionValueKind ConditionValue, SourceLocation IfLoc) { in Elif() 429 SourceLocation IfLoc) { in Elifdef() 453 SourceLocation IfLoc) { in Elifndef() 459 virtual void Else(SourceLocation Loc, SourceLocation IfLoc) { in Else() 465 virtual void Endif(SourceLocation Loc, SourceLocation IfLoc) { in Endif() 707 ConditionValueKind ConditionValue, SourceLocation IfLoc) override { in Elif() 727 SourceLocation IfLoc) override { in Elifdef() 747 SourceLocation IfLoc) override { in Elifndef() 753 void Else(SourceLocation Loc, SourceLocation IfLoc) override { in Else() 759 void Endif(SourceLocation Loc, SourceLocation IfLoc) override { in Endif()
|
H A D | Token.h | 327 SourceLocation IfLoc; member
|
/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
H A D | MacroToEnumCheck.cpp | 157 ConditionValueKind ConditionValue, SourceLocation IfLoc) override { in Elif() 165 SourceLocation IfLoc) override { in Elifdef() 173 SourceLocation IfLoc) override { in Elifndef() 388 void MacroToEnumCallbacks::Endif(SourceLocation Loc, SourceLocation IfLoc) { in Endif()
|
/llvm-project/clang-tools-extra/clang-tidy/readability/ |
H A D | MisleadingIndentationCheck.cpp | 35 SourceLocation IfLoc = If->getIfLoc(); in danglingElseCheck() local
|
H A D | RedundantPreprocessorCheck.cpp | 62 void Endif(SourceLocation Loc, SourceLocation IfLoc) override { in Endif()
|
H A D | ElseAfterReturnCheck.cpp | 29 void Endif(SourceLocation Loc, SourceLocation IfLoc) override { in Endif()
|
/llvm-project/clang-tools-extra/pp-trace/ |
H A D | PPCallbacksTracker.cpp | 375 SourceLocation IfLoc) { in Elif() 402 void PPCallbacksTracker::Else(SourceLocation Loc, SourceLocation IfLoc) { in Else() 409 void PPCallbacksTracker::Endif(SourceLocation Loc, SourceLocation IfLoc) { in Endif()
|
/llvm-project/clang-tools-extra/clang-tidy/utils/ |
H A D | HeaderGuard.cpp | 63 void Endif(SourceLocation Loc, SourceLocation IfLoc) override { in Endif()
|
/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | InclusionRewriter.cpp | 212 SourceLocation IfLoc) { in Elif()
|
/llvm-project/clang/unittests/Lex/ |
H A D | PPCallbacksTest.cpp | 87 ConditionValueKind ConditionValue, SourceLocation IfLoc) override { in Elif()
|
/llvm-project/llvm/examples/Kaleidoscope/Chapter9/ |
H A D | toy.cpp | 503 SourceLocation IfLoc = CurLoc; in ParseIfExpr() local
|
/llvm-project/clang/lib/Parse/ |
H A D | ParseStmt.cpp | 1500 SourceLocation IfLoc = ConsumeToken(); // eat the 'if'. ParseIfStatement() local
|
/llvm-project/clang-tools-extra/modularize/ |
H A D | PreprocessorTracker.cpp | 1351 clang::SourceLocation IfLoc) { in Elif()
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 908 ActOnIfStmt(SourceLocation IfLoc,IfStatementKind StatementKind,SourceLocation LParenLoc,Stmt * InitStmt,ConditionResult Cond,SourceLocation RParenLoc,Stmt * thenStmt,SourceLocation ElseLoc,Stmt * elseStmt) ActOnIfStmt() argument 981 BuildIfStmt(SourceLocation IfLoc,IfStatementKind StatementKind,SourceLocation LParenLoc,Stmt * InitStmt,ConditionResult Cond,SourceLocation RParenLoc,Stmt * thenStmt,SourceLocation ElseLoc,Stmt * elseStmt) BuildIfStmt() argument
|
H A D | TreeTransform.h | 1415 RebuildIfStmt(SourceLocation IfLoc,IfStatementKind Kind,SourceLocation LParenLoc,Sema::ConditionResult Cond,SourceLocation RParenLoc,Stmt * Init,Stmt * Then,SourceLocation ElseLoc,Stmt * Else) RebuildIfStmt() argument
|