| /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 | SemaStmt.cpp | 1934 void VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon4f6f6e9d0e11::DeclExtractor 2008 void VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon4f6f6e9d0e11::DeclMatcher
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | EvaluatedExprVisitor.h | 44 void VisitDeclRefExpr(PTR(DeclRefExpr) E) { } in VisitDeclRefExpr() function
|
| /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/Analysis/FlowSensitive/ |
| H A D | ASTOps.cpp | 234 bool VisitDeclRefExpr(DeclRefExpr *E) override { in VisitDeclRefExpr() function in clang::dataflow::ReferencedDeclsVisitor
|
| H A D | Transfer.cpp | 206 void VisitDeclRefExpr(const DeclRefExpr *S) { in VisitDeclRefExpr() function in clang::dataflow::__anoneae148b30111::TransferVisitor
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenExprAggregate.cpp | 73 void VisitDeclRefExpr(DeclRefExpr *e) { emitAggLoadOfLValue(e); } in VisitDeclRefExpr() function in __anon36b4a6a90111::AggExprEmitter
|
| H A D | CIRGenExprComplex.cpp | 263 mlir::Value ComplexExprEmitter::VisitDeclRefExpr(DeclRefExpr *e) { in VisitDeclRefExpr() function in ComplexExprEmitter
|
| H A D | CIRGenExprScalar.cpp | 150 mlir::Value VisitDeclRefExpr(DeclRefExpr *e) { in VisitDeclRefExpr() function in __anon1373b7f80111::ScalarExprEmitter
|
| /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/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/Index/ |
| H A D | IndexBody.cpp | 144 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon1d8962c70111::BodyIndexer
|
| /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/Analysis/ |
| H A D | LiveVariables.cpp | 417 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 | AnalysisDeclContext.cpp | 606 void VisitDeclRefExpr(DeclRefExpr *DR) { in VisitDeclRefExpr() function in __anon06a8dfce0111::FindBlockDeclRefExprsVals
|
| H A D | UninitializedValues.cpp | 744 void TransferFunctions::VisitDeclRefExpr(DeclRefExpr *dr) { in VisitDeclRefExpr() function in TransferFunctions
|
| H A D | Consumed.cpp | 825 void ConsumedStmtVisitor::VisitDeclRefExpr(const DeclRefExpr *DeclRef) { in VisitDeclRefExpr() function in ConsumedStmtVisitor
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGCoroutine.cpp | 501 void VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function
|
| H A D | CGExprComplex.cpp | 147 ComplexPairTy VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon18403adf0111::ComplexExprEmitter
|
| H A D | CGException.cpp | 1799 void VisitDeclRefExpr(const DeclRefExpr *E) { in VisitDeclRefExpr() function
|