Home
last modified time | relevance | path

Searched defs:VisitDeclRefExpr (Results 1 – 25 of 69) sorted by relevance

123

/llvm-project/clang/unittests/Tooling/RecursiveASTVisitorTests/
H A DCXXMethodDecl.cpp24 bool VisitDeclRefExpr(DeclRefExpr *D) { VisitDeclRefExpr() function in __anone00e42720111::CXXMethodDeclVisitor
H A DDeclRefExpr.cpp25 bool VisitDeclRefExpr(DeclRefExpr *Reference) { VisitDeclRefExpr() function in __anon7e38411a0111::DeclRefExprVisitor
/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DLoopConvertUtils.cpp61 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 DPassByValueCheck.cpp87 bool VisitDeclRefExpr(DeclRefExpr *D) { in paramReferredExactlyOnce() function in clang::tidy::modernize::paramReferredExactlyOnce::ExactlyOneUsageVisitor
H A DUseTrailingReturnTypeCheck.cpp105 bool VisitDeclRefExpr(DeclRefExpr *S) { in VisitDeclRefExpr() function
/llvm-project/clang/lib/Sema/
H A DUsedDeclVisitor.h32 void VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function
H A DSemaAvailability.cpp733 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 DEvaluateAsRValueTest.cpp114 bool VisitDeclRefExpr(clang::DeclRefExpr *E) override { in VisitDeclRefExpr() function in CheckLValueToRValueConversionVisitor
/llvm-project/clang/lib/ARCMigrate/
H A DTransBlockObjCVariable.cpp65 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anonb42e3dd20111::RootBlockObjCVarRewriter::BlockVarChecker
H A DTransProtectedScope.cpp33 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anonf9ad4e870111::LocalRefsCollector
H A DTransforms.cpp218 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 DTransAutoreleasePool.cpp263 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon91080f970211::AutoreleasePoolRewriter::NameReferenceChecker
/llvm-project/clang/include/clang/AST/
H A DEvaluatedExprVisitor.h44 void VisitDeclRefExpr(PTR(DeclRefExpr) E) { } in VisitDeclRefExpr() function
/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRecursiveSymbolVisitor.h64 bool VisitDeclRefExpr(const DeclRefExpr *Expr) { in VisitDeclRefExpr() function
/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DSuspiciousReallocUsageCheck.cpp34 bool VisitDeclRefExpr(const DeclRefExpr *E1) { in VisitDeclRefExpr() function in __anonfb37946e0111::IsSamePtrExpr
/llvm-project/clang/unittests/Tooling/
H A DLexicallyOrderedRecursiveASTVisitorTest.cpp94 bool LexicallyOrderedDeclVisitor::VisitDeclRefExpr(const DeclRefExpr *D) { VisitDeclRefExpr() function in __anon69a958900111::LexicallyOrderedDeclVisitor
/llvm-project/clang-tools-extra/include-cleaner/lib/
H A DWalkAST.cpp129 bool VisitDeclRefExpr(DeclRefExpr *DRE) { VisitDeclRefExpr() function in clang::include_cleaner::__anonad5d07ed0111::ASTWalker
/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DASTOps.cpp227 bool VisitDeclRefExpr(DeclRefExpr *E) { VisitDeclRefExpr() function in clang::dataflow::ReferencedDeclsVisitor
/llvm-project/clang-tools-extra/unittests/clang-tidy/
H A DOverlappingReplacementsTest.cpp91 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 DExtractVariable.cpp79 bool VisitDeclRefExpr(DeclRefExpr *DeclRef) { // NOLINT computeReferencedDecls() function in clang::clangd::__anon6379dcb20111::computeReferencedDecls::FindDeclRefsVisitor
/llvm-project/clang-tools-extra/include-cleaner/unittests/
H A DFindHeadersTest.cpp605 bool VisitDeclRefExpr(const DeclRefExpr *DRE) { in TEST_F() function
/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRLocFinder.cpp269 bool VisitDeclRefExpr(const DeclRefExpr *Expr) { in VisitDeclRefExpr() function in clang::tooling::__anonb85755320111::RenameLocFinder
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDeadStoresChecker.cpp55 bool VisitDeclRefExpr(DeclRefExpr *DR) override { in VisitDeclRefExpr() function in __anonb2e4cea40111::EHCodeVisitor
/llvm-project/clang-tools-extra/clangd/
H A DFindTarget.cpp263 void VisitDeclRefExpr(const DeclRefExpr *DRE) { in add() function
759 void VisitDeclRefExpr(const DeclRefExpr *E) { refInStmt() function
/llvm-project/clang/lib/Analysis/
H A DLiveVariables.cpp380 void TransferFunctions::VisitDeclRefExpr(DeclRefExpr *DR) { VisitDeclRefExpr() function in TransferFunctions

123