Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprAgg.cpp94 if (CGF.getLangOpts().getGC() && TypeRequiresGCollection(T)) in needsGC()
99 bool TypeRequiresGCollection(QualType T);
238 bool AggExprEmitter::TypeRequiresGCollection(QualType T) { in TypeRequiresGCollection() function in AggExprEmitter