/external/clang/include/clang/AST/ |
D | EvaluatedExprVisitor.h | 38 void VisitDeclRefExpr(DeclRefExpr *E) { } in VisitDeclRefExpr() function
|
/external/clang/lib/ARCMigrate/ |
D | TransBlockObjCVariable.cpp | 66 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon6148d78b0111::RootBlockObjCVarRewriter::BlockVarChecker
|
D | TransProtectedScope.cpp | 33 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anonfe0a9ae00111::LocalRefsCollector
|
D | Transforms.cpp | 222 bool VisitDeclRefExpr(DeclRefExpr *E) { Refs.erase(E); return true; } in VisitDeclRefExpr() function in __anon8e892be30111::ReferenceClear 233 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon8e892be30111::ReferenceCollector
|
D | TransAutoreleasePool.cpp | 263 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon210ee7100211::AutoreleasePoolRewriter::NameReferenceChecker
|
/external/clang/tools/libclang/ |
D | IndexBody.cpp | 41 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon4f7101f10111::BodyIndexer
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | DeadStoresChecker.cpp | 54 bool VisitDeclRefExpr(DeclRefExpr *DR) { in VisitDeclRefExpr() function in __anon6776115d0111::EHCodeVisitor
|
/external/clang/unittests/Tooling/ |
D | RecursiveASTVisitorTest.cpp | 26 bool VisitDeclRefExpr(DeclRefExpr *Reference) { in VisitDeclRefExpr() function in clang::DeclRefExprVisitor
|
/external/clang/lib/Analysis/ |
D | AnalysisDeclContext.cpp | 468 void VisitDeclRefExpr(DeclRefExpr *DR) { in VisitDeclRefExpr() function in __anon6595fafa0111::FindBlockDeclRefExprsVals
|
D | LiveVariables.cpp | 386 void TransferFunctions::VisitDeclRefExpr(DeclRefExpr *DR) { in VisitDeclRefExpr() function in TransferFunctions
|
D | UninitializedValues.cpp | 655 void TransferFunctions::VisitDeclRefExpr(DeclRefExpr *dr) { in VisitDeclRefExpr() function in TransferFunctions
|
/external/clang/lib/Sema/ |
D | SemaTemplateVariadic.cpp | 73 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anona1ca40a00111::CollectUnexpandedParameterPacksVisitor
|
D | SemaStmt.cpp | 1282 void VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anonad4c17490211::DeclExtractor 1353 void VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anonad4c17490211::DeclMatcher
|
D | AnalysisBasedWarnings.cpp | 422 void VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon8cca75670411::ContainsReference
|
D | SemaExprObjC.cpp | 2823 ACCResult VisitDeclRefExpr(DeclRefExpr *e) { in VisitDeclRefExpr() function in __anonba62fe1e0211::ARCCastChecker
|
/external/clang/lib/CodeGen/ |
D | CGExprComplex.cpp | 113 ComplexPairTy VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon7fe0cf8b0111::ComplexExprEmitter
|
D | CGExprAgg.cpp | 114 void VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon3ed63da20111::AggExprEmitter
|
D | CGExprScalar.cpp | 227 Value *VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon86157ee90111::ScalarExprEmitter
|
/external/clang/lib/AST/ |
D | StmtProfile.cpp | 293 void StmtProfiler::VisitDeclRefExpr(const DeclRefExpr *S) { in VisitDeclRefExpr() function in StmtProfiler
|
D | StmtPrinter.cpp | 647 void StmtPrinter::VisitDeclRefExpr(DeclRefExpr *Node) { in VisitDeclRefExpr() function in StmtPrinter
|
D | ASTDumper.cpp | 1538 void ASTDumper::VisitDeclRefExpr(const DeclRefExpr *Node) { in VisitDeclRefExpr() function in ASTDumper
|
/external/clang/lib/Serialization/ |
D | ASTWriterStmt.cpp | 343 void ASTStmtWriter::VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in ASTStmtWriter
|
D | ASTReaderStmt.cpp | 430 void ASTStmtReader::VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in ASTStmtReader
|
/external/chromium_org/v8/tools/gcmole/ |
D | gcmole.cc | 139 virtual bool VisitDeclRefExpr(clang::DeclRefExpr* expr) { in VisitDeclRefExpr() function in __anon921b7ce30111::CalleesPrinter
|
/external/v8/tools/gcmole/ |
D | gcmole.cc | 139 virtual bool VisitDeclRefExpr(clang::DeclRefExpr* expr) { in VisitDeclRefExpr() function in __anonce81c4690111::CalleesPrinter
|