Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Lex/
DPPConditionalDirectiveRecord.cpp99 SourceLocation IfLoc) { in Elif()
105 SourceLocation IfLoc) { in Else()
111 SourceLocation IfLoc) { in Endif()
/external/clang/lib/Lex/
DPPConditionalDirectiveRecord.cpp102 SourceLocation IfLoc) { in Elif()
108 SourceLocation IfLoc) { in Else()
114 SourceLocation IfLoc) { in Endif()
/external/clang/include/clang/Lex/
DPPCallbacks.h291 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()
DToken.h307 SourceLocation IfLoc; member
/external/llvm-project/clang/include/clang/Lex/
DPPCallbacks.h343 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()
DToken.h317 SourceLocation IfLoc; member
/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DMisleadingIndentationCheck.cpp36 SourceLocation IfLoc = If->getIfLoc(); in danglingElseCheck() local
DRedundantPreprocessorCheck.cpp63 void Endif(SourceLocation Loc, SourceLocation IfLoc) override { in Endif()
DElseAfterReturnCheck.cpp31 void Endif(SourceLocation Loc, SourceLocation IfLoc) override { in Endif()
/external/llvm-project/clang-tools-extra/pp-trace/
DPPCallbacksTracker.cpp376 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/
DHeaderGuard.cpp64 void Endif(SourceLocation Loc, SourceLocation IfLoc) override { in Endif()
/external/llvm-project/clang/lib/Frontend/Rewrite/
DInclusionRewriter.cpp216 SourceLocation IfLoc) { in Elif()
/external/llvm-project/clang/unittests/Lex/
DPPCallbacksTest.cpp84 ConditionValueKind ConditionValue, SourceLocation IfLoc) override { in Elif()
/external/clang/lib/Parse/
DParseStmt.cpp1111 SourceLocation IfLoc = ConsumeToken(); // eat the 'if'. in ParseIfStatement() local
/external/llvm/examples/Kaleidoscope/Chapter9/
Dtoy.cpp503 SourceLocation IfLoc = CurLoc; in ParseIfExpr() local
/external/llvm-project/llvm/examples/Kaleidoscope/Chapter9/
Dtoy.cpp503 SourceLocation IfLoc = CurLoc; in ParseIfExpr() local
/external/llvm-project/clang/lib/Parse/
DParseStmt.cpp1336 SourceLocation IfLoc = ConsumeToken(); // eat the 'if'. in ParseIfStatement() local
/external/llvm-project/clang-tools-extra/modularize/
DPreprocessorTracker.cpp1355 clang::SourceLocation IfLoc) { in Elif()
/external/clang/lib/Sema/
DSemaStmt.cpp507 Sema::ActOnIfStmt(SourceLocation IfLoc, bool IsConstexpr, Stmt *InitStmt, in ActOnIfStmt()
532 StmtResult Sema::BuildIfStmt(SourceLocation IfLoc, bool IsConstexpr, in BuildIfStmt()
DTreeTransform.h1176 StmtResult RebuildIfStmt(SourceLocation IfLoc, bool IsConstexpr, in RebuildIfStmt()
/external/llvm-project/clang/lib/Sema/
DSemaStmt.cpp580 StmtResult Sema::ActOnIfStmt(SourceLocation IfLoc, bool IsConstexpr, in ActOnIfStmt()
634 StmtResult Sema::BuildIfStmt(SourceLocation IfLoc, bool IsConstexpr, in BuildIfStmt()
DTreeTransform.h1322 StmtResult RebuildIfStmt(SourceLocation IfLoc, bool IsConstexpr, in RebuildIfStmt()
/external/llvm-project/clang/include/clang/AST/
DStmt.h176 SourceLocation IfLoc; variable
2064 void setIfLoc(SourceLocation IfLoc) { IfStmtBits.IfLoc = IfLoc; } in setIfLoc()
/external/clang/include/clang/AST/
DStmt.h885 SourceLocation IfLoc; variable