Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:needsEHCleanup

1317   bool needsEHCleanup(QualType::DestructionKind kind) {
1332 return (needsEHCleanup(kind) ? NormalAndEHCleanup : NormalCleanup);