Searched refs:hasNontrivialDestruction (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGDecl.cpp221 /// hasNontrivialDestruction - Determine whether a type's destruction is
224 static bool hasNontrivialDestruction(QualType T) { function
283 if (hasNontrivialDestruction(D.getType())) {

Completed in 110 milliseconds