Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprAgg.cpp93 if (CGF.getLangOpts().getGC() && TypeRequiresGCollection(T)) in needsGC()
98 bool TypeRequiresGCollection(QualType T);
228 bool AggExprEmitter::TypeRequiresGCollection(QualType T) { in TypeRequiresGCollection() function in AggExprEmitter