Home
last modified time | relevance | path

Searched refs:VisitDeclRefExpr (Results 1 – 25 of 50) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DEvaluatedExprVisitor.h44 void VisitDeclRefExpr(PTR(DeclRefExpr) E) { } in VisitDeclRefExpr() function
H A DTextNodeDumper.h272 void VisitDeclRefExpr(const DeclRefExpr *Node);
H A DJSONNodeDumper.h284 void VisitDeclRefExpr(const DeclRefExpr *DRE);
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransBlockObjCVariable.cpp65 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon444fe0df0111::RootBlockObjCVarRewriter::BlockVarChecker
H A DTransProtectedScope.cpp33 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon2f6a04b40111::LocalRefsCollector
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
/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/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 DAnalysisBasedWarnings.cpp772 void VisitDeclRefExpr(const DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon9476153b0711::ContainsReference
776 Inherited::VisitDeclRefExpr(E); in VisitDeclRefExpr()
H A DSemaTemplateDeductionGuide.cpp679 bool VisitDeclRefExpr(DeclRefExpr *DRE) { in TemplateParamsReferencedInTemplateArgumentList() 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
264 VisitDeclRefExpr(DE); in ProcessVarDecl()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DLiveVariables.cpp172 void VisitDeclRefExpr(DeclRefExpr *DR);
380 void TransferFunctions::VisitDeclRefExpr(DeclRefExpr *DR) { in VisitDeclRefExpr() function in TransferFunctions
H A DUninitializedValues.cpp504 void VisitDeclRefExpr(DeclRefExpr *dr);
738 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
/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/Index/
H A DIndexBody.cpp140 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon1d8962c70111::BodyIndexer
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.h137 bool VisitDeclRefExpr(const DeclRefExpr *E);
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCoroutine.cpp500 void VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function
H A DCGExprComplex.cpp148 ComplexPairTy VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon18403adf0111::ComplexExprEmitter
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1333 void JSONNodeDumper::VisitDeclRefExpr(const DeclRefExpr *DRE) { in VisitDeclRefExpr() function in JSONNodeDumper

12