Home
last modified time | relevance | path

Searched defs:IfLoc (Results 1 – 16 of 16) sorted by relevance

/llvm-project/clang/lib/Lex/
H A DPPConditionalDirectiveRecord.cpp99 SourceLocation IfLoc) { in Elif()
127 SourceLocation IfLoc) { in Else()
133 SourceLocation IfLoc) { in Endif()
/llvm-project/clang/include/clang/Lex/
H A DPPCallbacks.h405 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 DToken.h327 SourceLocation IfLoc; member
/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DMacroToEnumCheck.cpp157 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 DMisleadingIndentationCheck.cpp35 SourceLocation IfLoc = If->getIfLoc(); in danglingElseCheck() local
H A DRedundantPreprocessorCheck.cpp62 void Endif(SourceLocation Loc, SourceLocation IfLoc) override { in Endif()
H A DElseAfterReturnCheck.cpp29 void Endif(SourceLocation Loc, SourceLocation IfLoc) override { in Endif()
/llvm-project/clang-tools-extra/pp-trace/
H A DPPCallbacksTracker.cpp375 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 DHeaderGuard.cpp63 void Endif(SourceLocation Loc, SourceLocation IfLoc) override { in Endif()
/llvm-project/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp212 SourceLocation IfLoc) { in Elif()
/llvm-project/clang/unittests/Lex/
H A DPPCallbacksTest.cpp87 ConditionValueKind ConditionValue, SourceLocation IfLoc) override { in Elif()
/llvm-project/llvm/examples/Kaleidoscope/Chapter9/
H A Dtoy.cpp503 SourceLocation IfLoc = CurLoc; in ParseIfExpr() local
/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp1500 SourceLocation IfLoc = ConsumeToken(); // eat the 'if'. ParseIfStatement() local
/llvm-project/clang-tools-extra/modularize/
H A DPreprocessorTracker.cpp1351 clang::SourceLocation IfLoc) { in Elif()
/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp908 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 DTreeTransform.h1415 RebuildIfStmt(SourceLocation IfLoc,IfStatementKind Kind,SourceLocation LParenLoc,Sema::ConditionResult Cond,SourceLocation RParenLoc,Stmt * Init,Stmt * Then,SourceLocation ElseLoc,Stmt * Else) RebuildIfStmt() argument