| /src/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | EvaluatedExprVisitor.h | 44 void VisitDeclRefExpr(PTR(DeclRefExpr) E) { } in VisitDeclRefExpr() function
|
| H A D | TextNodeDumper.h | 272 void VisitDeclRefExpr(const DeclRefExpr *Node);
|
| H A D | JSONNodeDumper.h | 284 void VisitDeclRefExpr(const DeclRefExpr *DRE);
|
| /src/contrib/llvm-project/clang/lib/ARCMigrate/ |
| H A D | TransBlockObjCVariable.cpp | 65 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon94c1e2b40111::RootBlockObjCVarRewriter::BlockVarChecker
|
| H A D | TransProtectedScope.cpp | 33 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anonc1ce4ea90111::LocalRefsCollector
|
| H A D | Transforms.cpp | 218 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 D | TransAutoreleasePool.cpp | 263 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon5d4913f90211::AutoreleasePoolRewriter::NameReferenceChecker
|
| /src/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/ |
| H A D | RecursiveSymbolVisitor.h | 64 bool VisitDeclRefExpr(const DeclRefExpr *Expr) { in VisitDeclRefExpr() function
|
| /src/contrib/llvm-project/clang/lib/Sema/ |
| H A D | UsedDeclVisitor.h | 32 void VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function
|
| H A D | SemaAvailability.cpp | 739 bool VisitDeclRefExpr(DeclRefExpr *DRE) { in VisitDeclRefExpr() function in __anon25b97d250411::LastDeclUSEFinder 816 bool VisitDeclRefExpr(DeclRefExpr *DRE) { in VisitDeclRefExpr() function in __anon25b97d250411::DiagnoseUnguardedAvailability
|
| H A D | SemaHLSL.cpp | 659 bool VisitDeclRefExpr(DeclRefExpr *DRE) { in VisitDeclRefExpr() function in __anon42fe2b9d0311::DiagnoseHLSLAvailability
|
| H A D | SemaTemplateVariadic.cpp | 97 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon528332c90111::CollectUnexpandedParameterPacksVisitor
|
| /src/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
| H A D | ASTOps.cpp | 227 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in clang::dataflow::ReferencedDeclsVisitor
|
| H A D | Transfer.cpp | 201 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 D | LiveVariables.cpp | 172 void VisitDeclRefExpr(DeclRefExpr *DR); 380 void TransferFunctions::VisitDeclRefExpr(DeclRefExpr *DR) { in VisitDeclRefExpr() function in TransferFunctions
|
| H A D | UninitializedValues.cpp | 504 void VisitDeclRefExpr(DeclRefExpr *dr); 738 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 __anon78fe7f2a0111::DeclRefFinder 441 bool VisitDeclRefExpr(const DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon78fe7f2a0111::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 __anon801828830111::FindBlockDeclRefExprsVals
|
| /src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
| H A D | PtrTypesSemantics.cpp | 533 bool VisitDeclRefExpr(const DeclRefExpr *DRE) { in VisitDeclRefExpr() function in clang::TrivialFunctionAnalysisVisitor
|
| /src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | DeadStoresChecker.cpp | 55 bool VisitDeclRefExpr(DeclRefExpr *DR) { in VisitDeclRefExpr() function in __anon04b835860111::EHCodeVisitor
|
| /src/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/ |
| H A D | USRLocFinder.cpp | 269 bool VisitDeclRefExpr(const DeclRefExpr *Expr) { in VisitDeclRefExpr() function in clang::tooling::__anonbeff9b940111::RenameLocFinder
|
| /src/contrib/llvm-project/clang/lib/Index/ |
| H A D | IndexBody.cpp | 140 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon956a615c0111::BodyIndexer
|
| /src/contrib/llvm-project/clang/lib/AST/Interp/ |
| H A D | Compiler.h | 137 bool VisitDeclRefExpr(const DeclRefExpr *E);
|
| /src/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGCoroutine.cpp | 500 void VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function
|