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 __anonddb3da8a0111::RootBlockObjCVarRewriter::BlockVarChecker
DTransProtectedScope.cpp33 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anonc4b1663f0111::LocalRefsCollector
DTransforms.cpp224 bool VisitDeclRefExpr(DeclRefExpr *E) { Refs.erase(E); return true; } in VisitDeclRefExpr() function in __anon6f7c78620111::ReferenceClear
235 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon6f7c78620111::ReferenceCollector
DTransAutoreleasePool.cpp263 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anonbc8f1e4f0211::AutoreleasePoolRewriter::NameReferenceChecker
/external/clang/unittests/Tooling/
DRecursiveASTVisitorTestExprVisitor.cpp165 bool VisitDeclRefExpr(DeclRefExpr *Reference) { in VisitDeclRefExpr() function in __anonb1dfc66b0111::DeclRefExprVisitor
/external/clang/lib/Index/
DIndexBody.cpp132 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anone7027fb20111::BodyIndexer
/external/clang/lib/StaticAnalyzer/Checkers/
DDeadStoresChecker.cpp54 bool VisitDeclRefExpr(DeclRefExpr *DR) { in VisitDeclRefExpr() function in __anon1fb7a35c0111::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 __anon170462990111::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 __anon2c7db49f0111::CollectUnexpandedParameterPacksVisitor
DSemaStmt.cpp1347 void VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon739654c80411::DeclExtractor
1418 void VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon739654c80411::DeclMatcher
DAnalysisBasedWarnings.cpp607 void VisitDeclRefExpr(const DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon6dec69460511::ContainsReference
DSemaOpenMP.cpp1292 bool VisitDeclRefExpr(const DeclRefExpr *E) { in VisitDeclRefExpr() function in __anone74a4b2f0a11::LocalVarRefChecker
1463 void VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anone74a4b2f0c11::DSAAttrChecker
8835 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anone74a4b2f2611::DSARefChecker
/external/clang/lib/CodeGen/
DCGExprComplex.cpp118 ComplexPairTy VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon60d41c0a0111::ComplexExprEmitter
DCGExprAgg.cpp120 void VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon72f122a10111::AggExprEmitter
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 __anon85d096280111::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