Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DEvaluatedExprVisitor.h44 void VisitDeclRefExpr(PTR(DeclRefExpr) E) { } in VisitDeclRefExpr() function
H A DTextNodeDumper.h263 void VisitDeclRefExpr(const DeclRefExpr *Node);
H A DJSONNodeDumper.h281 void VisitDeclRefExpr(const DeclRefExpr *DRE);
/freebsd-14.2/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransBlockObjCVariable.cpp65 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon7b0a9d150111::RootBlockObjCVarRewriter::BlockVarChecker
H A DTransProtectedScope.cpp33 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon4b553caa0111::LocalRefsCollector
H A DTransforms.cpp217 bool VisitDeclRefExpr(DeclRefExpr *E) { Refs.erase(E); return true; } in VisitDeclRefExpr() function in __anon0b66d26d0111::ReferenceClear
228 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon0b66d26d0111::ReferenceCollector
H A DTransAutoreleasePool.cpp263 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon17adc21a0211::AutoreleasePoolRewriter::NameReferenceChecker
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRecursiveSymbolVisitor.h64 bool VisitDeclRefExpr(const DeclRefExpr *Expr) { in VisitDeclRefExpr() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DUsedDeclVisitor.h32 void VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function
H A DSemaAvailability.cpp662 bool VisitDeclRefExpr(DeclRefExpr *DRE) { in VisitDeclRefExpr() function in __anon146ade060411::LastDeclUSEFinder
739 bool VisitDeclRefExpr(DeclRefExpr *DRE) { in VisitDeclRefExpr() function in __anon146ade060411::DiagnoseUnguardedAvailability
H A DSemaTemplateVariadic.cpp94 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon0acc1c2a0111::CollectUnexpandedParameterPacksVisitor
H A DAnalysisBasedWarnings.cpp772 void VisitDeclRefExpr(const DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon1607c2310711::ContainsReference
776 Inherited::VisitDeclRefExpr(E); in VisitDeclRefExpr()
/freebsd-14.2/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 __anoneb2f406b0111::DeclRefFinder
441 bool VisitDeclRefExpr(const DeclRefExpr *E) { in VisitDeclRefExpr() function in __anoneb2f406b0111::NamesCollector
H A DConsumed.cpp507 void VisitDeclRefExpr(const DeclRefExpr *DeclRef);
832 void ConsumedStmtVisitor::VisitDeclRefExpr(const DeclRefExpr *DeclRef) { in VisitDeclRefExpr() function in ConsumedStmtVisitor
H A DAnalysisDeclContext.cpp608 void VisitDeclRefExpr(DeclRefExpr *DR) { in VisitDeclRefExpr() function in __anon3359a2440111::FindBlockDeclRefExprsVals
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTransfer.cpp177 void VisitDeclRefExpr(const DeclRefExpr *S) { in VisitDeclRefExpr() function in clang::dataflow::__anon84337f690111::TransferVisitor
240 VisitDeclRefExpr(DE); in ProcessVarDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRLocFinder.cpp269 bool VisitDeclRefExpr(const DeclRefExpr *Expr) { in VisitDeclRefExpr() function in clang::tooling::__anon363cdab50111::RenameLocFinder
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDeadStoresChecker.cpp55 bool VisitDeclRefExpr(DeclRefExpr *DR) { in VisitDeclRefExpr() function in __anon4041c0e70111::EHCodeVisitor
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeExprGen.h78 bool VisitDeclRefExpr(const DeclRefExpr *E);
H A DByteCodeExprGen.cpp2836 bool ByteCodeExprGen<Emitter>::VisitDeclRefExpr(const DeclRefExpr *E) { in VisitDeclRefExpr() function in ByteCodeExprGen
2897 return this->VisitDeclRefExpr(E); in VisitDeclRefExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/Index/
H A DIndexBody.cpp140 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon8e20ed7d0111::BodyIndexer
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCoroutine.cpp367 void VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function
H A DCGExprComplex.cpp143 ComplexPairTy VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anonfcbe76150111::ComplexExprEmitter

12