/external/clang/include/clang/Analysis/Visitors/ |
D | CFGRecStmtDeclVisitor.h | 41 void VisitDeclRefExpr(DeclRefExpr *DR) { in VisitDeclRefExpr() function
|
/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 __anon8db2fa270111::RootBlockObjCVarRewriter::BlockVarChecker
|
D | TransProtectedScope.cpp | 33 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anona31a62fc0111::LocalRefsCollector
|
D | Transforms.cpp | 222 bool VisitDeclRefExpr(DeclRefExpr *E) { Refs.erase(E); return true; } in VisitDeclRefExpr() function in __anonf7c5847f0111::ReferenceClear 233 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anonf7c5847f0111::ReferenceCollector
|
D | TransAutoreleasePool.cpp | 263 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon6817b2ac0211::AutoreleasePoolRewriter::NameReferenceChecker
|
/external/clang/tools/libclang/ |
D | IndexBody.cpp | 41 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anona7f6b70d0111::BodyIndexer
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | DeadStoresChecker.cpp | 55 bool VisitDeclRefExpr(DeclRefExpr *DR) { in VisitDeclRefExpr() function in __anone0b70ff90111::EHCodeVisitor
|
/external/clang/unittests/Tooling/ |
D | RecursiveASTVisitorTest.cpp | 24 bool VisitDeclRefExpr(DeclRefExpr *Reference) { in VisitDeclRefExpr() function in clang::DeclRefExprVisitor
|
/external/clang/lib/Analysis/ |
D | AnalysisDeclContext.cpp | 413 void VisitDeclRefExpr(DeclRefExpr *DR) { in VisitDeclRefExpr() function in __anon2c9d0c160111::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 | 72 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon8c79873c0111::CollectUnexpandedParameterPacksVisitor
|
D | SemaStmt.cpp | 1269 void VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon58f793e50211::DeclExtractor 1339 void VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon58f793e50211::DeclMatcher
|
D | AnalysisBasedWarnings.cpp | 422 void VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anoncd628f830411::ContainsReference
|
D | SemaExprObjC.cpp | 2707 ACCResult VisitDeclRefExpr(DeclRefExpr *e) { in VisitDeclRefExpr() function in __anon127368ba0211::ARCCastChecker
|
/external/clang/lib/CodeGen/ |
D | CGExprComplex.cpp | 109 ComplexPairTy VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anone91d28270111::ComplexExprEmitter
|
D | CGExprAgg.cpp | 123 void VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon96e6a83e0111::AggExprEmitter
|
D | CGExprScalar.cpp | 227 Value *VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anonde9b34050111::ScalarExprEmitter
|
/external/clang/lib/AST/ |
D | StmtProfile.cpp | 255 void StmtProfiler::VisitDeclRefExpr(const DeclRefExpr *S) { in VisitDeclRefExpr() function in StmtProfiler
|
D | StmtPrinter.cpp | 582 void StmtPrinter::VisitDeclRefExpr(DeclRefExpr *Node) { in VisitDeclRefExpr() function in StmtPrinter
|
D | ASTDumper.cpp | 1464 void ASTDumper::VisitDeclRefExpr(const DeclRefExpr *Node) { in VisitDeclRefExpr() function in ASTDumper
|
/external/clang/lib/Serialization/ |
D | ASTWriterStmt.cpp | 276 void ASTStmtWriter::VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in ASTStmtWriter
|
D | ASTReaderStmt.cpp | 345 void ASTStmtReader::VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in ASTStmtReader
|
/external/v8/tools/gcmole/ |
D | gcmole.cc | 139 virtual bool VisitDeclRefExpr(clang::DeclRefExpr* expr) { in VisitDeclRefExpr() function in __anon40ad6a050111::CalleesPrinter
|