| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | EvaluatedExprVisitor.h | 44 void VisitDeclRefExpr(PTR(DeclRefExpr) E) { } in VisitDeclRefExpr() function
|
| H A D | TextNodeDumper.h | 273 void VisitDeclRefExpr(const DeclRefExpr *Node);
|
| H A D | JSONNodeDumper.h | 287 void VisitDeclRefExpr(const DeclRefExpr *DRE);
|
| /freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/ |
| H A D | RecursiveSymbolVisitor.h | 64 bool VisitDeclRefExpr(const DeclRefExpr *Expr) { in VisitDeclRefExpr() function
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | UsedDeclVisitor.h | 32 void VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function
|
| H A D | SemaAvailability.cpp | 782 bool VisitDeclRefExpr(DeclRefExpr *DRE) override { in VisitDeclRefExpr() function in __anon2feca2d00511::LastDeclUSEFinder 856 bool VisitDeclRefExpr(DeclRefExpr *DRE) override { in VisitDeclRefExpr() function in __anon2feca2d00511::DiagnoseUnguardedAvailability
|
| H A D | SemaTemplateVariadic.cpp | 103 bool VisitDeclRefExpr(DeclRefExpr *E) override { in VisitDeclRefExpr() function in __anone7d735f40111::CollectUnexpandedParameterPacksVisitor
|
| H A D | SemaFunctionEffects.cpp | 1333 bool VisitDeclRefExpr(DeclRefExpr *E) override { in VisitDeclRefExpr() function
|
| H A D | AnalysisBasedWarnings.cpp | 909 void VisitDeclRefExpr(const DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon9476153b0711::ContainsReference 913 Inherited::VisitDeclRefExpr(E); in VisitDeclRefExpr()
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenExprComplex.cpp | 51 mlir::Value VisitDeclRefExpr(DeclRefExpr *e); 263 mlir::Value ComplexExprEmitter::VisitDeclRefExpr(DeclRefExpr *e) { in VisitDeclRefExpr() function in ComplexExprEmitter
|
| H A D | CIRGenExprAggregate.cpp | 73 void VisitDeclRefExpr(DeclRefExpr *e) { emitAggLoadOfLValue(e); } in VisitDeclRefExpr() function in __anon36b4a6a90111::AggExprEmitter
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
| H A D | Transfer.cpp | 206 void VisitDeclRefExpr(const DeclRefExpr *S) { in VisitDeclRefExpr() function in clang::dataflow::__anoneae148b30111::TransferVisitor 269 VisitDeclRefExpr(DE); in ProcessVarDecl()
|
| H A D | ASTOps.cpp | 234 bool VisitDeclRefExpr(DeclRefExpr *E) override { in VisitDeclRefExpr() function in clang::dataflow::ReferencedDeclsVisitor
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | LiveVariables.cpp | 173 void VisitDeclRefExpr(DeclRefExpr *DR); 417 void TransferFunctions::VisitDeclRefExpr(DeclRefExpr *DR) { in VisitDeclRefExpr() function in TransferFunctions
|
| H A D | UninitializedValues.cpp | 497 void VisitDeclRefExpr(DeclRefExpr *dr); 744 void TransferFunctions::VisitDeclRefExpr(DeclRefExpr *dr) { in VisitDeclRefExpr() function in TransferFunctions
|
| H A D | CalledOnceCheck.cpp | 312 const DeclRefExpr *VisitDeclRefExpr(const DeclRefExpr *DR) { return DR; } in VisitDeclRefExpr() function in __anon4ef948f50111::DeclRefFinder 439 bool VisitDeclRefExpr(DeclRefExpr *E) override { in VisitDeclRefExpr() function in __anon4ef948f50111::NamesCollector
|
| H A D | Consumed.cpp | 500 void VisitDeclRefExpr(const DeclRefExpr *DeclRef); 825 void ConsumedStmtVisitor::VisitDeclRefExpr(const DeclRefExpr *DeclRef) { in VisitDeclRefExpr() function in ConsumedStmtVisitor
|
| H A D | AnalysisDeclContext.cpp | 606 void VisitDeclRefExpr(DeclRefExpr *DR) { in VisitDeclRefExpr() function in __anon06a8dfce0111::FindBlockDeclRefExprsVals
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | DeadStoresChecker.cpp | 54 bool VisitDeclRefExpr(DeclRefExpr *DR) override { in VisitDeclRefExpr() function in __anonfa4b2eb10111::EHCodeVisitor
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
| H A D | RawPtrRefLambdaCapturesChecker.cpp | 111 bool VisitDeclRefExpr(DeclRefExpr *DRE) override { in checkASTDecl() function
|
| H A D | PtrTypesSemantics.cpp | 830 bool VisitDeclRefExpr(const DeclRefExpr *DRE) { in VisitDeclRefExpr() function in clang::TrivialFunctionAnalysisVisitor
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/ |
| H A D | USRLocFinder.cpp | 268 bool VisitDeclRefExpr(const DeclRefExpr *Expr) { in VisitDeclRefExpr() function in clang::tooling::__anon5a9c4dff0111::RenameLocFinder
|
| /freebsd/contrib/llvm-project/clang/lib/Index/ |
| H A D | IndexBody.cpp | 144 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon1d8962c70111::BodyIndexer
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Compiler.h | 155 bool VisitDeclRefExpr(const DeclRefExpr *E);
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGCoroutine.cpp | 501 void VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function
|