/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | UsedDeclVisitor.h | 32 void VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function
|
H A D | SemaAvailability.cpp | 623 bool VisitDeclRefExpr(DeclRefExpr *DRE) { in VisitDeclRefExpr() function in __anon91f9a75b0411::LastDeclUSEFinder 714 bool VisitDeclRefExpr(DeclRefExpr *DRE) { in VisitDeclRefExpr() function in __anon91f9a75b0411::DiagnoseUnguardedAvailability
|
H A D | SemaTemplateVariadic.cpp | 93 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anonda9987ff0111::CollectUnexpandedParameterPacksVisitor
|
H A D | SemaStmt.cpp | 1764 void VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon895218280d11::DeclExtractor 1838 void VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon895218280d11::DeclMatcher
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/ |
H A D | TransBlockObjCVariable.cpp | 65 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anonb69d0dea0111::RootBlockObjCVarRewriter::BlockVarChecker
|
H A D | Transforms.cpp | 219 bool VisitDeclRefExpr(DeclRefExpr *E) { Refs.erase(E); return true; } in VisitDeclRefExpr() function in __anon88f59bc20111::ReferenceClear 230 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon88f59bc20111::ReferenceCollector
|
H A D | TransProtectedScope.cpp | 33 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon8c18559f0111::LocalRefsCollector
|
H A D | TransAutoreleasePool.cpp | 262 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon70d3f9af0211::AutoreleasePoolRewriter::NameReferenceChecker
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | EvaluatedExprVisitor.h | 44 void VisitDeclRefExpr(PTR(DeclRefExpr) E) { } in VisitDeclRefExpr() function
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Refactoring/ |
H A D | RecursiveSymbolVisitor.h | 64 bool VisitDeclRefExpr(const DeclRefExpr *Expr) { in VisitDeclRefExpr() function
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Rename/ |
H A D | USRLocFinder.cpp | 268 bool VisitDeclRefExpr(const DeclRefExpr *Expr) { in VisitDeclRefExpr() function in clang::tooling::__anonde17d74a0111::RenameLocFinder
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/ |
H A D | IndexBody.cpp | 136 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon5abc9b120111::BodyIndexer
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | DeadStoresChecker.cpp | 55 bool VisitDeclRefExpr(DeclRefExpr *DR) { in VisitDeclRefExpr() function in __anon4ace36bc0111::EHCodeVisitor
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
H A D | LiveVariables.cpp | 370 void TransferFunctions::VisitDeclRefExpr(DeclRefExpr *DR) { in VisitDeclRefExpr() function in TransferFunctions
|
H A D | AnalysisDeclContext.cpp | 556 void VisitDeclRefExpr(DeclRefExpr *DR) { in VisitDeclRefExpr() function in __anon4727f9f90111::FindBlockDeclRefExprsVals
|
H A D | CalledOnceCheck.cpp | 314 const DeclRefExpr *VisitDeclRefExpr(const DeclRefExpr *DR) { return DR; } in VisitDeclRefExpr() function in __anon946405a00111::DeclRefFinder 441 bool VisitDeclRefExpr(const DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon946405a00111::NamesCollector
|
H A D | UninitializedValues.cpp | 745 void TransferFunctions::VisitDeclRefExpr(DeclRefExpr *dr) { in VisitDeclRefExpr() function in TransferFunctions
|
H A D | Consumed.cpp | 832 void ConsumedStmtVisitor::VisitDeclRefExpr(const DeclRefExpr *DeclRef) { in VisitDeclRefExpr() function in ConsumedStmtVisitor
|
/netbsd-src/external/apache2/llvm/dist/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 __anon7a4d3f6a0111::ComplexExprEmitter
|
H A D | CGExprAgg.cpp | 139 void VisitDeclRefExpr(DeclRefExpr *E) { EmitAggLoadOfLValue(E); } in VisitDeclRefExpr() function in __anonbd9f96010111::AggExprEmitter
|
H A D | CGException.cpp | 1771 void VisitDeclRefExpr(const DeclRefExpr *E) { in VisitDeclRefExpr() function
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | JSONNodeDumper.cpp | 1154 void JSONNodeDumper::VisitDeclRefExpr(const DeclRefExpr *DRE) { in VisitDeclRefExpr() function in JSONNodeDumper
|
H A D | TextNodeDumper.cpp | 979 void TextNodeDumper::VisitDeclRefExpr(const DeclRefExpr *Node) { in VisitDeclRefExpr() function in TextNodeDumper
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
H A D | ASTWriterStmt.cpp | 595 void ASTStmtWriter::VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in ASTStmtWriter
|