Searched refs:VisitDeclRefExpr (Results 1 - 25 of 41) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DEvaluatedExprVisitor.h41 void VisitDeclRefExpr(PTR(DeclRefExpr) E) { }
H A DJSONNodeDumper.h261 void VisitDeclRefExpr(const DeclRefExpr *DRE);
H A DTextNodeDumper.h235 void VisitDeclRefExpr(const DeclRefExpr *Node);
/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransBlockObjCVariable.cpp65 bool VisitDeclRefExpr(DeclRefExpr *E) { function in class:__anon282::RootBlockObjCVarRewriter::BlockVarChecker
H A DTransProtectedScope.cpp32 bool VisitDeclRefExpr(DeclRefExpr *E) { function in class:__anon287::LocalRefsCollector
H A DTransforms.cpp218 bool VisitDeclRefExpr(DeclRefExpr *E) { Refs.erase(E); return true; } function in class:__anon294::ReferenceClear
229 bool VisitDeclRefExpr(DeclRefExpr *E) { function in class:__anon294::ReferenceCollector
H A DTransAutoreleasePool.cpp262 bool VisitDeclRefExpr(DeclRefExpr *E) { function in class:__anon281::AutoreleasePoolRewriter::NameReferenceChecker
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRecursiveSymbolVisitor.h64 bool VisitDeclRefExpr(const DeclRefExpr *Expr) { function in class:clang::tooling::RecursiveSymbolVisitor
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRLocFinder.cpp249 bool VisitDeclRefExpr(const DeclRefExpr *Expr) { function in class:clang::tooling::__anon1073::RenameLocFinder
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDeadStoresChecker.cpp54 bool VisitDeclRefExpr(DeclRefExpr *DR) { function in class:__anon768::EHCodeVisitor
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DLiveVariables.cpp214 void VisitDeclRefExpr(DeclRefExpr *DR);
410 void TransferFunctions::VisitDeclRefExpr(DeclRefExpr *DR) { function in class:TransferFunctions
H A DUninitializedValues.cpp537 void VisitDeclRefExpr(DeclRefExpr *dr);
764 void TransferFunctions::VisitDeclRefExpr(DeclRefExpr *dr) { function in class:TransferFunctions
H A DAnalysisDeclContext.cpp598 void VisitDeclRefExpr(DeclRefExpr *DR) { function in class:__anon293::FindBlockDeclRefExprsVals
H A DConsumed.cpp507 void VisitDeclRefExpr(const DeclRefExpr *DeclRef);
832 void ConsumedStmtVisitor::VisitDeclRefExpr(const DeclRefExpr *DeclRef) { function in class:ConsumedStmtVisitor
/freebsd-11-stable/contrib/llvm-project/clang/lib/Index/
H A DIndexBody.cpp136 bool VisitDeclRefExpr(DeclRefExpr *E) { function in class:__anon646::BodyIndexer
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCoroutine.cpp326 void VisitDeclRefExpr(DeclRefExpr *E) { function in struct:__anon440::GetParamRef
H A DCGExprComplex.cpp139 ComplexPairTy VisitDeclRefExpr(DeclRefExpr *E) { function in class:__anon361::ComplexExprEmitter
H A DCGException.cpp1676 void VisitDeclRefExpr(const DeclRefExpr *E) { function in struct:__anon351::CaptureFinder
H A DCGExprAgg.cpp133 void VisitDeclRefExpr(DeclRefExpr *E) { EmitAggLoadOfLValue(E); } function in class:__anon1::AggExprEmitter
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp93 bool VisitDeclRefExpr(DeclRefExpr *E) { function in class:__anon689::CollectUnexpandedParameterPacksVisitor
H A DAnalysisBasedWarnings.cpp743 void VisitDeclRefExpr(const DeclRefExpr *E) { function in class:__anon586::ContainsReference
747 Inherited::VisitDeclRefExpr(E);
H A DSemaStmt.cpp1434 void VisitDeclRefExpr(DeclRefExpr *E) { function in class:__anon668::DeclExtractor
1508 void VisitDeclRefExpr(DeclRefExpr *E) { function in class:__anon668::DeclMatcher
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp1053 void StmtProfiler::VisitDeclRefExpr(const DeclRefExpr *S) { function in class:StmtProfiler
H A DStmtPrinter.cpp961 void StmtPrinter::VisitDeclRefExpr(DeclRefExpr *Node) { function in class:StmtPrinter
H A DJSONNodeDumper.cpp1138 void JSONNodeDumper::VisitDeclRefExpr(const DeclRefExpr *DRE) { function in class:JSONNodeDumper

Completed in 211 milliseconds

12