Home
last modified time | relevance | path

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

12

/external/clang/include/clang/AST/
DEvaluatedExprVisitor.h41 void VisitDeclRefExpr(PTR(DeclRefExpr) E) { } in VisitDeclRefExpr() function
/external/clang/lib/ARCMigrate/
DTransBlockObjCVariable.cpp66 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon363134410111::RootBlockObjCVarRewriter::BlockVarChecker
DTransforms.cpp224 bool VisitDeclRefExpr(DeclRefExpr *E) { Refs.erase(E); return true; } in VisitDeclRefExpr() function in __anonf56047990111::ReferenceClear
235 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anonf56047990111::ReferenceCollector
DTransProtectedScope.cpp33 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon039343560111::LocalRefsCollector
DTransAutoreleasePool.cpp263 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anond7ac9e460211::AutoreleasePoolRewriter::NameReferenceChecker
/external/clang/unittests/Tooling/
DRecursiveASTVisitorTestExprVisitor.cpp165 bool VisitDeclRefExpr(DeclRefExpr *Reference) { in VisitDeclRefExpr() function in __anonbce613420111::DeclRefExprVisitor
/external/clang/lib/Index/
DIndexBody.cpp132 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon2124f1a90111::BodyIndexer
/external/clang/lib/StaticAnalyzer/Checkers/
DDeadStoresChecker.cpp54 bool VisitDeclRefExpr(DeclRefExpr *DR) { in VisitDeclRefExpr() function in __anon2d72c4130111::EHCodeVisitor
/external/bcc/src/cc/frontends/clang/
Db_frontend_action.cc174 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in ebpf::ProbeChecker
211 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in ebpf::ProbeSetter
/external/clang/lib/Analysis/
DLiveVariables.cpp366 void TransferFunctions::VisitDeclRefExpr(DeclRefExpr *DR) { in VisitDeclRefExpr() function in TransferFunctions
DAnalysisDeclContext.cpp522 void VisitDeclRefExpr(DeclRefExpr *DR) { in VisitDeclRefExpr() function in __anonbcce0df00111::FindBlockDeclRefExprsVals
DUninitializedValues.cpp729 void TransferFunctions::VisitDeclRefExpr(DeclRefExpr *dr) { in VisitDeclRefExpr() function in TransferFunctions
DConsumed.cpp846 void ConsumedStmtVisitor::VisitDeclRefExpr(const DeclRefExpr *DeclRef) { in VisitDeclRefExpr() function in clang::consumed::ConsumedStmtVisitor
/external/clang/lib/Sema/
DSemaTemplateVariadic.cpp73 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon919447560111::CollectUnexpandedParameterPacksVisitor
DSemaStmt.cpp1347 void VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon27b5dcff0411::DeclExtractor
1418 void VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon27b5dcff0411::DeclMatcher
DAnalysisBasedWarnings.cpp607 void VisitDeclRefExpr(const DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon75d552dd0511::ContainsReference
DSemaOpenMP.cpp1292 bool VisitDeclRefExpr(const DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon216cbd260a11::LocalVarRefChecker
1463 void VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon216cbd260c11::DSAAttrChecker
8835 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon216cbd262611::DSARefChecker
/external/clang/lib/CodeGen/
DCGExprAgg.cpp120 void VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anonbf77ee580111::AggExprEmitter
DCGExprComplex.cpp118 ComplexPairTy VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anone6b7eb410111::ComplexExprEmitter
DCGException.cpp1460 void VisitDeclRefExpr(const DeclRefExpr *E) { in VisitDeclRefExpr() function
/external/v8/tools/gcmole/
Dgcmole.cc138 virtual bool VisitDeclRefExpr(clang::DeclRefExpr* expr) { in VisitDeclRefExpr() function in __anond932a49f0111::CalleesPrinter
/external/clang/lib/AST/
DStmtProfile.cpp734 void StmtProfiler::VisitDeclRefExpr(const DeclRefExpr *S) { in VisitDeclRefExpr() function in StmtProfiler
DASTDumper.cpp1922 void ASTDumper::VisitDeclRefExpr(const DeclRefExpr *Node) { in VisitDeclRefExpr() function in ASTDumper
DStmtPrinter.cpp1200 void StmtPrinter::VisitDeclRefExpr(DeclRefExpr *Node) { in VisitDeclRefExpr() function in StmtPrinter
/external/clang/lib/Serialization/
DASTWriterStmt.cpp373 void ASTStmtWriter::VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in ASTStmtWriter

12