Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DUsedDeclVisitor.h32 void VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function
H A DSemaAvailability.cpp739 bool VisitDeclRefExpr(DeclRefExpr *DRE) { in VisitDeclRefExpr() function in __anon2feca2d00411::LastDeclUSEFinder
816 bool VisitDeclRefExpr(DeclRefExpr *DRE) { in VisitDeclRefExpr() function in __anon2feca2d00411::DiagnoseUnguardedAvailability
H A DSemaHLSL.cpp659 bool VisitDeclRefExpr(DeclRefExpr *DRE) { in VisitDeclRefExpr() function in __anone207d6480311::DiagnoseHLSLAvailability
H A DSemaTemplateVariadic.cpp97 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anone7d735f40111::CollectUnexpandedParameterPacksVisitor
H A DSemaTemplateDeductionGuide.cpp679 bool VisitDeclRefExpr(DeclRefExpr *DRE) { in TemplateParamsReferencedInTemplateArgumentList() function
H A DSemaStmt.cpp1835 void VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon4f6f6e9d0d11::DeclExtractor
1909 void VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon4f6f6e9d0d11::DeclMatcher
H A DSemaObjC.cpp879 void VisitDeclRefExpr(DeclRefExpr *ref) { in VisitDeclRefExpr() function
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransBlockObjCVariable.cpp65 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon444fe0df0111::RootBlockObjCVarRewriter::BlockVarChecker
H A DTransforms.cpp218 bool VisitDeclRefExpr(DeclRefExpr *E) { Refs.erase(E); return true; } in VisitDeclRefExpr() function in __anon26e897370111::ReferenceClear
229 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon26e897370111::ReferenceCollector
H A DTransProtectedScope.cpp33 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon2f6a04b40111::LocalRefsCollector
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DEvaluatedExprVisitor.h44 void VisitDeclRefExpr(PTR(DeclRefExpr) E) { } in VisitDeclRefExpr() function
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRecursiveSymbolVisitor.h64 bool VisitDeclRefExpr(const DeclRefExpr *Expr) { in VisitDeclRefExpr() function
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DASTOps.cpp227 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in clang::dataflow::ReferencedDeclsVisitor
H A DTransfer.cpp201 void VisitDeclRefExpr(const DeclRefExpr *S) { in VisitDeclRefExpr() function in clang::dataflow::__anoneae148b30111::TransferVisitor
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DLiveVariables.cpp380 void TransferFunctions::VisitDeclRefExpr(DeclRefExpr *DR) { in VisitDeclRefExpr() function in TransferFunctions
H A DCalledOnceCheck.cpp314 const DeclRefExpr *VisitDeclRefExpr(const DeclRefExpr *DR) { return DR; } in VisitDeclRefExpr() function in __anon4ef948f50111::DeclRefFinder
441 bool VisitDeclRefExpr(const DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon4ef948f50111::NamesCollector
H A DAnalysisDeclContext.cpp608 void VisitDeclRefExpr(DeclRefExpr *DR) { in VisitDeclRefExpr() function in __anon06a8dfce0111::FindBlockDeclRefExprsVals
H A DUninitializedValues.cpp738 void TransferFunctions::VisitDeclRefExpr(DeclRefExpr *dr) { in VisitDeclRefExpr() function in TransferFunctions
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexBody.cpp140 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon1d8962c70111::BodyIndexer
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DPtrTypesSemantics.cpp533 bool VisitDeclRefExpr(const DeclRefExpr *DRE) { in VisitDeclRefExpr() function in clang::TrivialFunctionAnalysisVisitor
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCoroutine.cpp500 void VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function
H A DCGExprAgg.cpp146 void VisitDeclRefExpr(DeclRefExpr *E) { EmitAggLoadOfLValue(E); } in VisitDeclRefExpr() function in __anon66bd1ef60111::AggExprEmitter
H A DCGExprComplex.cpp148 ComplexPairTy VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon18403adf0111::ComplexExprEmitter
H A DCGException.cpp1799 void VisitDeclRefExpr(const DeclRefExpr *E) { in VisitDeclRefExpr() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1333 void JSONNodeDumper::VisitDeclRefExpr(const DeclRefExpr *DRE) { in VisitDeclRefExpr() function in JSONNodeDumper

12