/llvm-project/clang/unittests/Tooling/RecursiveASTVisitorTests/ |
H A D | CXXMethodDecl.cpp | 24 bool VisitDeclRefExpr(DeclRefExpr *D) { VisitDeclRefExpr() function in __anone00e42720111::CXXMethodDeclVisitor
|
H A D | DeclRefExpr.cpp | 25 bool VisitDeclRefExpr(DeclRefExpr *Reference) { VisitDeclRefExpr() function in __anon7e38411a0111::DeclRefExprVisitor
|
/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
H A D | LoopConvertUtils.cpp | 61 bool ComponentFinderASTVisitor::VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in clang::tidy::modernize::ComponentFinderASTVisitor 74 bool DependencyFinderASTVisitor::VisitDeclRefExpr(DeclRefExpr *DeclRef) { in VisitDeclRefExpr() function in clang::tidy::modernize::DependencyFinderASTVisitor 127 bool DeclFinderASTVisitor::VisitDeclRefExpr(DeclRefExpr *DeclRef) { in VisitDeclRefExpr() function in clang::tidy::modernize::DeclFinderASTVisitor 743 bool ForLoopIndexUseVisitor::VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in clang::tidy::modernize::ForLoopIndexUseVisitor
|
H A D | PassByValueCheck.cpp | 87 bool VisitDeclRefExpr(DeclRefExpr *D) { in paramReferredExactlyOnce() function in clang::tidy::modernize::paramReferredExactlyOnce::ExactlyOneUsageVisitor
|
H A D | UseTrailingReturnTypeCheck.cpp | 105 bool VisitDeclRefExpr(DeclRefExpr *S) { in VisitDeclRefExpr() function
|
/llvm-project/clang/lib/Sema/ |
H A D | UsedDeclVisitor.h | 32 void VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function
|
H A D | SemaAvailability.cpp | 733 bool VisitDeclRefExpr(DeclRefExpr *DRE) { VisitDeclRefExpr() function in __anon19b5bb430411::LastDeclUSEFinder 810 bool VisitDeclRefExpr(DeclRefExpr *DRE) { VisitDeclRefExpr() function in __anon19b5bb430411::DiagnoseUnguardedAvailability
|
/llvm-project/clang/unittests/AST/ |
H A D | EvaluateAsRValueTest.cpp | 114 bool VisitDeclRefExpr(clang::DeclRefExpr *E) override { in VisitDeclRefExpr() function in CheckLValueToRValueConversionVisitor
|
/llvm-project/clang/lib/ARCMigrate/ |
H A D | TransBlockObjCVariable.cpp | 65 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anonb42e3dd20111::RootBlockObjCVarRewriter::BlockVarChecker
|
H A D | TransProtectedScope.cpp | 33 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anonf9ad4e870111::LocalRefsCollector
|
H A D | Transforms.cpp | 218 bool VisitDeclRefExpr(DeclRefExpr *E) { Refs.erase(E); return true; } in VisitDeclRefExpr() function in __anon10b1afaa0111::ReferenceClear 229 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon10b1afaa0111::ReferenceCollector
|
H A D | TransAutoreleasePool.cpp | 263 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon91080f970211::AutoreleasePoolRewriter::NameReferenceChecker
|
/llvm-project/clang/include/clang/AST/ |
H A D | EvaluatedExprVisitor.h | 44 void VisitDeclRefExpr(PTR(DeclRefExpr) E) { } in VisitDeclRefExpr() function
|
/llvm-project/clang/include/clang/Tooling/Refactoring/ |
H A D | RecursiveSymbolVisitor.h | 64 bool VisitDeclRefExpr(const DeclRefExpr *Expr) { in VisitDeclRefExpr() function
|
/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
H A D | SuspiciousReallocUsageCheck.cpp | 34 bool VisitDeclRefExpr(const DeclRefExpr *E1) { in VisitDeclRefExpr() function in __anonfb37946e0111::IsSamePtrExpr
|
/llvm-project/clang/unittests/Tooling/ |
H A D | LexicallyOrderedRecursiveASTVisitorTest.cpp | 94 bool LexicallyOrderedDeclVisitor::VisitDeclRefExpr(const DeclRefExpr *D) { VisitDeclRefExpr() function in __anon69a958900111::LexicallyOrderedDeclVisitor
|
/llvm-project/clang-tools-extra/include-cleaner/lib/ |
H A D | WalkAST.cpp | 129 bool VisitDeclRefExpr(DeclRefExpr *DRE) { VisitDeclRefExpr() function in clang::include_cleaner::__anonad5d07ed0111::ASTWalker
|
/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | ASTOps.cpp | 227 bool VisitDeclRefExpr(DeclRefExpr *E) { VisitDeclRefExpr() function in clang::dataflow::ReferencedDeclsVisitor
|
/llvm-project/clang-tools-extra/unittests/clang-tidy/ |
H A D | OverlappingReplacementsTest.cpp | 91 bool VisitDeclRefExpr(DeclRefExpr *E) { in check() function in clang::tidy::test::__anonc832231d0111::RefactorCheck::check::UsageVisitor
|
/llvm-project/clang-tools-extra/clangd/refactor/tweaks/ |
H A D | ExtractVariable.cpp | 79 bool VisitDeclRefExpr(DeclRefExpr *DeclRef) { // NOLINT computeReferencedDecls() function in clang::clangd::__anon6379dcb20111::computeReferencedDecls::FindDeclRefsVisitor
|
/llvm-project/clang-tools-extra/include-cleaner/unittests/ |
H A D | FindHeadersTest.cpp | 605 bool VisitDeclRefExpr(const DeclRefExpr *DRE) { in TEST_F() function
|
/llvm-project/clang/lib/Tooling/Refactoring/Rename/ |
H A D | USRLocFinder.cpp | 269 bool VisitDeclRefExpr(const DeclRefExpr *Expr) { in VisitDeclRefExpr() function in clang::tooling::__anonb85755320111::RenameLocFinder
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | DeadStoresChecker.cpp | 55 bool VisitDeclRefExpr(DeclRefExpr *DR) override { in VisitDeclRefExpr() function in __anonb2e4cea40111::EHCodeVisitor
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | FindTarget.cpp | 263 void VisitDeclRefExpr(const DeclRefExpr *DRE) { in add() function 759 void VisitDeclRefExpr(const DeclRefExpr *E) { refInStmt() function
|
/llvm-project/clang/lib/Analysis/ |
H A D | LiveVariables.cpp | 380 void TransferFunctions::VisitDeclRefExpr(DeclRefExpr *DR) { VisitDeclRefExpr() function in TransferFunctions
|