Home
last modified time | relevance | path

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

12

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DUsedDeclVisitor.h32 void VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function
DSemaAvailability.cpp623 bool VisitDeclRefExpr(DeclRefExpr *DRE) { in VisitDeclRefExpr() function in __anon2dae44e80411::LastDeclUSEFinder
701 bool VisitDeclRefExpr(DeclRefExpr *DRE) { in VisitDeclRefExpr() function in __anon2dae44e80411::DiagnoseUnguardedAvailability
DAnalysisBasedWarnings.cpp745 void VisitDeclRefExpr(const DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon6e88c6530711::ContainsReference
749 Inherited::VisitDeclRefExpr(E); in VisitDeclRefExpr()
DSemaTemplateVariadic.cpp93 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon534c240c0111::CollectUnexpandedParameterPacksVisitor
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DEvaluatedExprVisitor.h44 void VisitDeclRefExpr(PTR(DeclRefExpr) E) { } in VisitDeclRefExpr() function
DTextNodeDumper.h254 void VisitDeclRefExpr(const DeclRefExpr *Node);
DJSONNodeDumper.h268 void VisitDeclRefExpr(const DeclRefExpr *DRE);
/freebsd-12-stable/contrib/llvm-project/clang/lib/ARCMigrate/
DTransBlockObjCVariable.cpp65 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon807d66f70111::RootBlockObjCVarRewriter::BlockVarChecker
DTransProtectedScope.cpp33 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon471f81cc0111::LocalRefsCollector
DTransforms.cpp219 bool VisitDeclRefExpr(DeclRefExpr *E) { Refs.erase(E); return true; } in VisitDeclRefExpr() function in __anon24aa394f0111::ReferenceClear
230 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon24aa394f0111::ReferenceCollector
DTransAutoreleasePool.cpp262 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon8cc0ab7c0211::AutoreleasePoolRewriter::NameReferenceChecker
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
DRecursiveSymbolVisitor.h64 bool VisitDeclRefExpr(const DeclRefExpr *Expr) { in VisitDeclRefExpr() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
DLiveVariables.cpp166 void VisitDeclRefExpr(DeclRefExpr *DR);
370 void TransferFunctions::VisitDeclRefExpr(DeclRefExpr *DR) { in VisitDeclRefExpr() function in TransferFunctions
DUninitializedValues.cpp489 void VisitDeclRefExpr(DeclRefExpr *dr);
745 void TransferFunctions::VisitDeclRefExpr(DeclRefExpr *dr) { in VisitDeclRefExpr() function in TransferFunctions
DCalledOnceCheck.cpp314 const DeclRefExpr *VisitDeclRefExpr(const DeclRefExpr *DR) { return DR; } in VisitDeclRefExpr() function in __anon59fcd40d0111::DeclRefFinder
441 bool VisitDeclRefExpr(const DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon59fcd40d0111::NamesCollector
DConsumed.cpp507 void VisitDeclRefExpr(const DeclRefExpr *DeclRef);
832 void ConsumedStmtVisitor::VisitDeclRefExpr(const DeclRefExpr *DeclRef) { in VisitDeclRefExpr() function in ConsumedStmtVisitor
DAnalysisDeclContext.cpp609 void VisitDeclRefExpr(DeclRefExpr *DR) { in VisitDeclRefExpr() function in __anonb02c36e60111::FindBlockDeclRefExprsVals
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DDeadStoresChecker.cpp55 bool VisitDeclRefExpr(DeclRefExpr *DR) { in VisitDeclRefExpr() function in __anon22494cc90111::EHCodeVisitor
/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
DUSRLocFinder.cpp268 bool VisitDeclRefExpr(const DeclRefExpr *Expr) { in VisitDeclRefExpr() function in clang::tooling::__anon77cc06170111::RenameLocFinder
/freebsd-12-stable/contrib/llvm-project/clang/lib/Index/
DIndexBody.cpp136 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anond5a152df0111::BodyIndexer
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGCoroutine.cpp326 void VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function
DCGExprComplex.cpp143 ComplexPairTy VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon1601dcf70111::ComplexExprEmitter
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DJSONNodeDumper.cpp1193 void JSONNodeDumper::VisitDeclRefExpr(const DeclRefExpr *DRE) { in VisitDeclRefExpr() function in JSONNodeDumper
DStmtProfile.cpp1192 void StmtProfiler::VisitDeclRefExpr(const DeclRefExpr *S) { in VisitDeclRefExpr() function in StmtProfiler
DTextNodeDumper.cpp1020 void TextNodeDumper::VisitDeclRefExpr(const DeclRefExpr *Node) { in VisitDeclRefExpr() function in TextNodeDumper

12