| /freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/ |
| HD | EvaluatedExprVisitor.h | 44 void VisitDeclRefExpr(PTR(DeclRefExpr) E) { } in VisitDeclRefExpr() function
|
| HD | TextNodeDumper.h | 272 void VisitDeclRefExpr(const DeclRefExpr *Node);
|
| HD | JSONNodeDumper.h | 284 void VisitDeclRefExpr(const DeclRefExpr *DRE);
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/ |
| HD | TransBlockObjCVariable.cpp | 65 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anonf3e7f8780111::RootBlockObjCVarRewriter::BlockVarChecker
|
| HD | TransProtectedScope.cpp | 33 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anond7a29aed0111::LocalRefsCollector
|
| HD | Transforms.cpp | 218 bool VisitDeclRefExpr(DeclRefExpr *E) { Refs.erase(E); return true; } in VisitDeclRefExpr() function in __anon1529c1500111::ReferenceClear 229 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon1529c1500111::ReferenceCollector
|
| HD | TransAutoreleasePool.cpp | 263 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon2da6e8bd0211::AutoreleasePoolRewriter::NameReferenceChecker
|
| /freebsd-13-stable/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/ |
| HD | RecursiveSymbolVisitor.h | 64 bool VisitDeclRefExpr(const DeclRefExpr *Expr) { in VisitDeclRefExpr() function
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/ |
| HD | UsedDeclVisitor.h | 32 void VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function
|
| HD | SemaAvailability.cpp | 739 bool VisitDeclRefExpr(DeclRefExpr *DRE) { in VisitDeclRefExpr() function in __anon1e2dcce90411::LastDeclUSEFinder 816 bool VisitDeclRefExpr(DeclRefExpr *DRE) { in VisitDeclRefExpr() function in __anon1e2dcce90411::DiagnoseUnguardedAvailability
|
| HD | SemaHLSL.cpp | 659 bool VisitDeclRefExpr(DeclRefExpr *DRE) { in VisitDeclRefExpr() function in __anonec90f7610311::DiagnoseHLSLAvailability
|
| HD | SemaTemplateVariadic.cpp | 97 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon0861c48d0111::CollectUnexpandedParameterPacksVisitor
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
| HD | ASTOps.cpp | 227 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in clang::dataflow::ReferencedDeclsVisitor
|
| HD | Transfer.cpp | 201 void VisitDeclRefExpr(const DeclRefExpr *S) { in VisitDeclRefExpr() function in clang::dataflow::__anon9a2ca60c0111::TransferVisitor 264 VisitDeclRefExpr(DE); in ProcessVarDecl()
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/ |
| HD | LiveVariables.cpp | 172 void VisitDeclRefExpr(DeclRefExpr *DR); 380 void TransferFunctions::VisitDeclRefExpr(DeclRefExpr *DR) { in VisitDeclRefExpr() function in TransferFunctions
|
| HD | UninitializedValues.cpp | 504 void VisitDeclRefExpr(DeclRefExpr *dr); 738 void TransferFunctions::VisitDeclRefExpr(DeclRefExpr *dr) { in VisitDeclRefExpr() function in TransferFunctions
|
| HD | CalledOnceCheck.cpp | 314 const DeclRefExpr *VisitDeclRefExpr(const DeclRefExpr *DR) { return DR; } in VisitDeclRefExpr() function in __anon38afe86e0111::DeclRefFinder 441 bool VisitDeclRefExpr(const DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon38afe86e0111::NamesCollector
|
| HD | Consumed.cpp | 507 void VisitDeclRefExpr(const DeclRefExpr *DeclRef); 832 void ConsumedStmtVisitor::VisitDeclRefExpr(const DeclRefExpr *DeclRef) { in VisitDeclRefExpr() function in ConsumedStmtVisitor
|
| HD | AnalysisDeclContext.cpp | 608 void VisitDeclRefExpr(DeclRefExpr *DR) { in VisitDeclRefExpr() function in __anon212493c70111::FindBlockDeclRefExprsVals
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
| HD | PtrTypesSemantics.cpp | 533 bool VisitDeclRefExpr(const DeclRefExpr *DRE) { in VisitDeclRefExpr() function in clang::TrivialFunctionAnalysisVisitor
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/ |
| HD | USRLocFinder.cpp | 269 bool VisitDeclRefExpr(const DeclRefExpr *Expr) { in VisitDeclRefExpr() function in clang::tooling::__anond937f4580111::RenameLocFinder
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| HD | DeadStoresChecker.cpp | 55 bool VisitDeclRefExpr(DeclRefExpr *DR) { in VisitDeclRefExpr() function in __anon8e69cf4a0111::EHCodeVisitor
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/Index/ |
| HD | IndexBody.cpp | 140 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anoneedf2e200111::BodyIndexer
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/AST/Interp/ |
| HD | Compiler.h | 137 bool VisitDeclRefExpr(const DeclRefExpr *E);
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| HD | CGCoroutine.cpp | 500 void VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function
|