Home
last modified time | relevance | path

Searched refs:collectRefs (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/ARCMigrate/
DTransforms.h215 void collectRefs(ValueDecl *D, Stmt *S, ExprSet &refs);
DTransAutoreleasePool.cpp176 collectRefs(VD, S, info.Refs); in VisitCompoundStmt()
DTransforms.cpp309 void trans::collectRefs(ValueDecl *D, Stmt *S, ExprSet &refs) { in collectRefs() function in trans