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

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp2601 static bool HasNonDllImportDtor(QualType T) { function
2660 SafeToInline = !HasNonDllImportDtor(VD->getType());
2748 if (HasNonDllImportDtor(cast<FieldDecl>(Member)->getType()))
2751 if (HasNonDllImportDtor(B.getType()))

Completed in 170 milliseconds