Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGExprAgg.cpp91 if (CGF.getLangOpts().getGC() && TypeRequiresGCollection(T)) in needsGC()
96 bool TypeRequiresGCollection(QualType T);
229 bool AggExprEmitter::TypeRequiresGCollection(QualType T) { in TypeRequiresGCollection() function in AggExprEmitter
/external/llvm-project/clang/lib/CodeGen/
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