/openbsd/gnu/llvm/clang/lib/ARCMigrate/ |
H A D | TransBlockObjCVariable.cpp | 65 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon87303b2c0111::RootBlockObjCVarRewriter::BlockVarChecker
|
H A D | TransProtectedScope.cpp | 33 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anona94eba210111::LocalRefsCollector
|
H A D | Transforms.cpp | 217 bool VisitDeclRefExpr(DeclRefExpr *E) { Refs.erase(E); return true; } in VisitDeclRefExpr() function in __anon7da156040111::ReferenceClear 228 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon7da156040111::ReferenceCollector
|
H A D | TransAutoreleasePool.cpp | 263 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon34d6ee710211::AutoreleasePoolRewriter::NameReferenceChecker
|
/openbsd/gnu/llvm/clang/include/clang/AST/ |
H A D | EvaluatedExprVisitor.h | 44 void VisitDeclRefExpr(PTR(DeclRefExpr) E) { } in VisitDeclRefExpr() function
|
H A D | TextNodeDumper.h | 255 void VisitDeclRefExpr(const DeclRefExpr *Node);
|
H A D | JSONNodeDumper.h | 273 void VisitDeclRefExpr(const DeclRefExpr *DRE);
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | UsedDeclVisitor.h | 32 void VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function
|
H A D | SemaAvailability.cpp | 627 bool VisitDeclRefExpr(DeclRefExpr *DRE) { in VisitDeclRefExpr() function in __anon86a5619d0411::LastDeclUSEFinder 704 bool VisitDeclRefExpr(DeclRefExpr *DRE) { in VisitDeclRefExpr() function in __anon86a5619d0411::DiagnoseUnguardedAvailability
|
H A D | AnalysisBasedWarnings.cpp | 748 void VisitDeclRefExpr(const DeclRefExpr *E) { in VisitDeclRefExpr() function in __anonf0871c280711::ContainsReference 752 Inherited::VisitDeclRefExpr(E); in VisitDeclRefExpr()
|
H A D | SemaTemplateVariadic.cpp | 94 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon573c93410111::CollectUnexpandedParameterPacksVisitor
|
/openbsd/gnu/llvm/clang/include/clang/Tooling/Refactoring/ |
H A D | RecursiveSymbolVisitor.h | 64 bool VisitDeclRefExpr(const DeclRefExpr *Expr) { in VisitDeclRefExpr() function
|
/openbsd/gnu/llvm/clang/lib/Analysis/ |
H A D | LiveVariables.cpp | 172 void VisitDeclRefExpr(DeclRefExpr *DR); 380 void TransferFunctions::VisitDeclRefExpr(DeclRefExpr *DR) { in VisitDeclRefExpr() function in TransferFunctions
|
H A D | UninitializedValues.cpp | 486 void VisitDeclRefExpr(DeclRefExpr *dr); 742 void TransferFunctions::VisitDeclRefExpr(DeclRefExpr *dr) { in VisitDeclRefExpr() function in TransferFunctions
|
H A D | CalledOnceCheck.cpp | 314 const DeclRefExpr *VisitDeclRefExpr(const DeclRefExpr *DR) { return DR; } in VisitDeclRefExpr() function in __anon3351b0a20111::DeclRefFinder 441 bool VisitDeclRefExpr(const DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon3351b0a20111::NamesCollector
|
H A D | Consumed.cpp | 507 void VisitDeclRefExpr(const DeclRefExpr *DeclRef); 832 void ConsumedStmtVisitor::VisitDeclRefExpr(const DeclRefExpr *DeclRef) { in VisitDeclRefExpr() function in ConsumedStmtVisitor
|
H A D | AnalysisDeclContext.cpp | 608 void VisitDeclRefExpr(DeclRefExpr *DR) { in VisitDeclRefExpr() function in __anonab1755fb0111::FindBlockDeclRefExprsVals
|
/openbsd/gnu/llvm/clang/lib/Analysis/FlowSensitive/ |
H A D | Transfer.cpp | 192 void VisitDeclRefExpr(const DeclRefExpr *S) { in VisitDeclRefExpr() function in clang::dataflow::TransferVisitor 281 VisitDeclRefExpr(DE); in VisitDeclStmt()
|
/openbsd/gnu/llvm/clang/lib/AST/Interp/ |
H A D | ByteCodeExprGen.h | 72 bool VisitDeclRefExpr(const DeclRefExpr *E);
|
H A D | ByteCodeExprGen.cpp | 1387 bool ByteCodeExprGen<Emitter>::VisitDeclRefExpr(const DeclRefExpr *E) { in VisitDeclRefExpr() function in ByteCodeExprGen
|
/openbsd/gnu/llvm/clang/lib/Tooling/Refactoring/Rename/ |
H A D | USRLocFinder.cpp | 268 bool VisitDeclRefExpr(const DeclRefExpr *Expr) { in VisitDeclRefExpr() function in clang::tooling::__anon661c6e0c0111::RenameLocFinder
|
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
H A D | DeadStoresChecker.cpp | 55 bool VisitDeclRefExpr(DeclRefExpr *DR) { in VisitDeclRefExpr() function in __anone65385fe0111::EHCodeVisitor
|
/openbsd/gnu/llvm/clang/lib/Index/ |
H A D | IndexBody.cpp | 140 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anona0424bd40111::BodyIndexer
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGCoroutine.cpp | 326 void VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function
|
H A D | CGExprComplex.cpp | 143 ComplexPairTy VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon6ef8f9ac0111::ComplexExprEmitter
|