Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp3895 static bool HasNonDllImportDtor(QualType T) { in HasNonDllImportDtor() function
3954 SafeToInline = !HasNonDllImportDtor(VD->getType()); in VisitVarDecl()
4065 if (HasNonDllImportDtor(cast<FieldDecl>(Member)->getType())) in shouldEmitFunction()
4068 if (HasNonDllImportDtor(B.getType())) in shouldEmitFunction()