Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/ARCMigrate/
HDTransforms.h214 void collectRefs(ValueDecl *D, Stmt *S, ExprSet &refs);
HDTransAutoreleasePool.cpp175 collectRefs(VD, S, info.Refs); in VisitCompoundStmt()
HDTransforms.cpp304 void trans::collectRefs(ValueDecl *D, Stmt *S, ExprSet &refs) { in collectRefs() function in trans