Home
last modified time | relevance | path

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

123

/src/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);
/src/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransBlockObjCVariable.cpp65 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon94c1e2b40111::RootBlockObjCVarRewriter::BlockVarChecker
H A DTransProtectedScope.cpp33 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anonc1ce4ea90111::LocalRefsCollector
H A DTransforms.cpp218 bool VisitDeclRefExpr(DeclRefExpr *E) { Refs.erase(E); return true; } in VisitDeclRefExpr() function in __anon1cb5718c0111::ReferenceClear
229 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon1cb5718c0111::ReferenceCollector
H A DTransAutoreleasePool.cpp263 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon5d4913f90211::AutoreleasePoolRewriter::NameReferenceChecker
/src/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRecursiveSymbolVisitor.h64 bool VisitDeclRefExpr(const DeclRefExpr *Expr) { in VisitDeclRefExpr() function
/src/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 __anon25b97d250411::LastDeclUSEFinder
816 bool VisitDeclRefExpr(DeclRefExpr *DRE) { in VisitDeclRefExpr() function in __anon25b97d250411::DiagnoseUnguardedAvailability
H A DSemaHLSL.cpp659 bool VisitDeclRefExpr(DeclRefExpr *DRE) { in VisitDeclRefExpr() function in __anon42fe2b9d0311::DiagnoseHLSLAvailability
H A DSemaTemplateVariadic.cpp97 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon528332c90111::CollectUnexpandedParameterPacksVisitor
/src/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::__anonc9ced1480111::TransferVisitor
264 VisitDeclRefExpr(DE); in ProcessVarDecl()
/src/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 __anon78fe7f2a0111::DeclRefFinder
441 bool VisitDeclRefExpr(const DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon78fe7f2a0111::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 __anon801828830111::FindBlockDeclRefExprsVals
/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DPtrTypesSemantics.cpp533 bool VisitDeclRefExpr(const DeclRefExpr *DRE) { in VisitDeclRefExpr() function in clang::TrivialFunctionAnalysisVisitor
/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDeadStoresChecker.cpp55 bool VisitDeclRefExpr(DeclRefExpr *DR) { in VisitDeclRefExpr() function in __anon04b835860111::EHCodeVisitor
/src/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRLocFinder.cpp269 bool VisitDeclRefExpr(const DeclRefExpr *Expr) { in VisitDeclRefExpr() function in clang::tooling::__anonbeff9b940111::RenameLocFinder
/src/contrib/llvm-project/clang/lib/Index/
H A DIndexBody.cpp140 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon956a615c0111::BodyIndexer
/src/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.h137 bool VisitDeclRefExpr(const DeclRefExpr *E);
/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCoroutine.cpp500 void VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function

123