Home
last modified time | relevance | path

Searched defs:VisitDeclRefExpr (Results 1 – 25 of 33) sorted by relevance

12

/external/clang/include/clang/Analysis/Visitors/
DCFGRecStmtDeclVisitor.h41 void VisitDeclRefExpr(DeclRefExpr *DR) { in VisitDeclRefExpr() function
/external/clang/include/clang/AST/
DEvaluatedExprVisitor.h38 void VisitDeclRefExpr(DeclRefExpr *E) { } in VisitDeclRefExpr() function
/external/clang/lib/ARCMigrate/
DTransBlockObjCVariable.cpp66 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon8db2fa270111::RootBlockObjCVarRewriter::BlockVarChecker
DTransProtectedScope.cpp33 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anona31a62fc0111::LocalRefsCollector
DTransforms.cpp222 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
DTransAutoreleasePool.cpp263 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon6817b2ac0211::AutoreleasePoolRewriter::NameReferenceChecker
/external/clang/tools/libclang/
DIndexBody.cpp41 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anona7f6b70d0111::BodyIndexer
/external/clang/lib/StaticAnalyzer/Checkers/
DDeadStoresChecker.cpp55 bool VisitDeclRefExpr(DeclRefExpr *DR) { in VisitDeclRefExpr() function in __anone0b70ff90111::EHCodeVisitor
/external/clang/unittests/Tooling/
DRecursiveASTVisitorTest.cpp24 bool VisitDeclRefExpr(DeclRefExpr *Reference) { in VisitDeclRefExpr() function in clang::DeclRefExprVisitor
/external/clang/lib/Analysis/
DAnalysisDeclContext.cpp413 void VisitDeclRefExpr(DeclRefExpr *DR) { in VisitDeclRefExpr() function in __anon2c9d0c160111::FindBlockDeclRefExprsVals
DLiveVariables.cpp386 void TransferFunctions::VisitDeclRefExpr(DeclRefExpr *DR) { in VisitDeclRefExpr() function in TransferFunctions
DUninitializedValues.cpp655 void TransferFunctions::VisitDeclRefExpr(DeclRefExpr *dr) { in VisitDeclRefExpr() function in TransferFunctions
/external/clang/lib/Sema/
DSemaTemplateVariadic.cpp72 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon8c79873c0111::CollectUnexpandedParameterPacksVisitor
DSemaStmt.cpp1269 void VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon58f793e50211::DeclExtractor
1339 void VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon58f793e50211::DeclMatcher
DAnalysisBasedWarnings.cpp422 void VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anoncd628f830411::ContainsReference
DSemaExprObjC.cpp2707 ACCResult VisitDeclRefExpr(DeclRefExpr *e) { in VisitDeclRefExpr() function in __anon127368ba0211::ARCCastChecker
/external/clang/lib/CodeGen/
DCGExprComplex.cpp109 ComplexPairTy VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anone91d28270111::ComplexExprEmitter
DCGExprAgg.cpp123 void VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon96e6a83e0111::AggExprEmitter
DCGExprScalar.cpp227 Value *VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anonde9b34050111::ScalarExprEmitter
/external/clang/lib/AST/
DStmtProfile.cpp255 void StmtProfiler::VisitDeclRefExpr(const DeclRefExpr *S) { in VisitDeclRefExpr() function in StmtProfiler
DStmtPrinter.cpp582 void StmtPrinter::VisitDeclRefExpr(DeclRefExpr *Node) { in VisitDeclRefExpr() function in StmtPrinter
DASTDumper.cpp1464 void ASTDumper::VisitDeclRefExpr(const DeclRefExpr *Node) { in VisitDeclRefExpr() function in ASTDumper
/external/clang/lib/Serialization/
DASTWriterStmt.cpp276 void ASTStmtWriter::VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in ASTStmtWriter
DASTReaderStmt.cpp345 void ASTStmtReader::VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in ASTStmtReader
/external/v8/tools/gcmole/
Dgcmole.cc139 virtual bool VisitDeclRefExpr(clang::DeclRefExpr* expr) { in VisitDeclRefExpr() function in __anon40ad6a050111::CalleesPrinter

12