/external/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
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 745 bool ForLoopIndexUseVisitor::VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in clang::tidy::modernize::ForLoopIndexUseVisitor
|
D | PassByValueCheck.cpp | 88 bool VisitDeclRefExpr(DeclRefExpr *D) { in paramReferredExactlyOnce() function in clang::tidy::modernize::paramReferredExactlyOnce::ExactlyOneUsageVisitor
|
D | UseTrailingReturnTypeCheck.cpp | 97 bool VisitDeclRefExpr(DeclRefExpr *S) { in VisitDeclRefExpr() function
|
/external/llvm-project/clang/unittests/Tooling/RecursiveASTVisitorTests/ |
D | CXXMethodDecl.cpp | 24 bool VisitDeclRefExpr(DeclRefExpr *D) { in VisitDeclRefExpr() function in __anonfde2414f0111::CXXMethodDeclVisitor
|
D | DeclRefExpr.cpp | 25 bool VisitDeclRefExpr(DeclRefExpr *Reference) { in VisitDeclRefExpr() function in __anon2254e4b70111::DeclRefExprVisitor
|
/external/llvm-project/clang/lib/Sema/ |
D | UsedDeclVisitor.h | 32 void VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function
|
D | SemaAvailability.cpp | 623 bool VisitDeclRefExpr(DeclRefExpr *DRE) { in VisitDeclRefExpr() function in __anon7eb6e1c00411::LastDeclUSEFinder 714 bool VisitDeclRefExpr(DeclRefExpr *DRE) { in VisitDeclRefExpr() function in __anon7eb6e1c00411::DiagnoseUnguardedAvailability
|
/external/clang/include/clang/AST/ |
D | EvaluatedExprVisitor.h | 41 void VisitDeclRefExpr(PTR(DeclRefExpr) E) { } in VisitDeclRefExpr() function
|
/external/llvm-project/clang/include/clang/AST/ |
D | EvaluatedExprVisitor.h | 41 void VisitDeclRefExpr(PTR(DeclRefExpr) E) { } in VisitDeclRefExpr() function
|
/external/clang/lib/ARCMigrate/ |
D | TransBlockObjCVariable.cpp | 66 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon363134410111::RootBlockObjCVarRewriter::BlockVarChecker
|
D | Transforms.cpp | 224 bool VisitDeclRefExpr(DeclRefExpr *E) { Refs.erase(E); return true; } in VisitDeclRefExpr() function in __anonf56047990111::ReferenceClear 235 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anonf56047990111::ReferenceCollector
|
D | TransProtectedScope.cpp | 33 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon039343560111::LocalRefsCollector
|
D | TransAutoreleasePool.cpp | 263 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anond7ac9e460211::AutoreleasePoolRewriter::NameReferenceChecker
|
/external/llvm-project/clang/lib/ARCMigrate/ |
D | TransBlockObjCVariable.cpp | 65 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon7f8007cf0111::RootBlockObjCVarRewriter::BlockVarChecker
|
D | Transforms.cpp | 219 bool VisitDeclRefExpr(DeclRefExpr *E) { Refs.erase(E); return true; } in VisitDeclRefExpr() function in __anon75b2d6270111::ReferenceClear 230 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon75b2d6270111::ReferenceCollector
|
D | TransProtectedScope.cpp | 33 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon1a8211a40111::LocalRefsCollector
|
D | TransAutoreleasePool.cpp | 262 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anoncc7536540211::AutoreleasePoolRewriter::NameReferenceChecker
|
/external/llvm-project/clang/include/clang/Tooling/Refactoring/ |
D | RecursiveSymbolVisitor.h | 64 bool VisitDeclRefExpr(const DeclRefExpr *Expr) { in VisitDeclRefExpr() function
|
/external/llvm-project/clang/unittests/Tooling/ |
D | LexicallyOrderedRecursiveASTVisitorTest.cpp | 94 bool LexicallyOrderedDeclVisitor::VisitDeclRefExpr(const DeclRefExpr *D) { in VisitDeclRefExpr() function in __anon41fd330d0111::LexicallyOrderedDeclVisitor
|
/external/clang/unittests/Tooling/ |
D | RecursiveASTVisitorTestExprVisitor.cpp | 165 bool VisitDeclRefExpr(DeclRefExpr *Reference) { in VisitDeclRefExpr() function in __anonbce613420111::DeclRefExprVisitor
|
/external/llvm-project/clang-tools-extra/unittests/clang-tidy/ |
D | OverlappingReplacementsTest.cpp | 91 bool VisitDeclRefExpr(DeclRefExpr *E) { in check() function in clang::tidy::test::__anon9b74487a0111::RefactorCheck::check::UsageVisitor
|
/external/llvm-project/clang-tools-extra/clangd/refactor/tweaks/ |
D | ExtractVariable.cpp | 76 bool VisitDeclRefExpr(DeclRefExpr *DeclRef) { // NOLINT in computeReferencedDecls() function in clang::clangd::__anon462339cf0111::computeReferencedDecls::FindDeclRefsVisitor
|
/external/clang/lib/Index/ |
D | IndexBody.cpp | 132 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon2124f1a90111::BodyIndexer
|
/external/llvm-project/clang/lib/Tooling/Refactoring/Rename/ |
D | USRLocFinder.cpp | 250 bool VisitDeclRefExpr(const DeclRefExpr *Expr) { in VisitDeclRefExpr() function in clang::tooling::__anon8969e8ef0111::RenameLocFinder
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | DeadStoresChecker.cpp | 54 bool VisitDeclRefExpr(DeclRefExpr *DR) { in VisitDeclRefExpr() function in __anon2d72c4130111::EHCodeVisitor
|