Home
last modified time | relevance | path

Searched defs:VisitDeclRefExpr (Results 1 – 25 of 36) 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 __anon1cc079c60111::RootBlockObjCVarRewriter::BlockVarChecker
DTransforms.cpp224 bool VisitDeclRefExpr(DeclRefExpr *E) { Refs.erase(E); return true; } in VisitDeclRefExpr() function in __anon77c35d9e0111::ReferenceClear
235 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon77c35d9e0111::ReferenceCollector
DTransProtectedScope.cpp33 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anone203eefb0111::LocalRefsCollector
DTransAutoreleasePool.cpp263 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon8432be8b0211::AutoreleasePoolRewriter::NameReferenceChecker
/external/clang/unittests/Tooling/
DRecursiveASTVisitorTestExprVisitor.cpp165 bool VisitDeclRefExpr(DeclRefExpr *Reference) { in VisitDeclRefExpr() function in __anonb66766270111::DeclRefExprVisitor
/external/clang/lib/Index/
DIndexBody.cpp132 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon034527ee0111::BodyIndexer
/external/clang/lib/StaticAnalyzer/Checkers/
DDeadStoresChecker.cpp54 bool VisitDeclRefExpr(DeclRefExpr *DR) { in VisitDeclRefExpr() function in __anon421dbe980111::EHCodeVisitor
/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 __anon97658c550111::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/bcc/src/cc/frontends/clang/
Db_frontend_action.cc242 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in ebpf::ProbeChecker
283 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in ebpf::ProbeSetter
/external/clang/lib/Sema/
DSemaTemplateVariadic.cpp73 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon1becd7db0111::CollectUnexpandedParameterPacksVisitor
DSemaStmt.cpp1347 void VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon1159be040411::DeclExtractor
1418 void VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon1159be040411::DeclMatcher
DAnalysisBasedWarnings.cpp607 void VisitDeclRefExpr(const DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon4b3ff4020511::ContainsReference
DSemaOpenMP.cpp1292 bool VisitDeclRefExpr(const DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon038cf36b0a11::LocalVarRefChecker
1463 void VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon038cf36b0c11::DSAAttrChecker
8835 bool VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon038cf36b2611::DSARefChecker
/external/clang/lib/CodeGen/
DCGExprComplex.cpp118 ComplexPairTy VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon691b01460111::ComplexExprEmitter
DCGExprAgg.cpp120 void VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anonaa7ec9dd0111::AggExprEmitter
DCGException.cpp1460 void VisitDeclRefExpr(const DeclRefExpr *E) { in VisitDeclRefExpr() function
DCGExprScalar.cpp270 Value *VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr() function in __anon7da2e5440111::ScalarExprEmitter
/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