Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCodeGenModule.cpp2846 static bool HasNonDllImportDtor(QualType T) { in HasNonDllImportDtor() function
2905 SafeToInline = !HasNonDllImportDtor(VD->getType()); in VisitVarDecl()
2993 if (HasNonDllImportDtor(cast<FieldDecl>(Member)->getType())) in shouldEmitFunction()
2996 if (HasNonDllImportDtor(B.getType())) in shouldEmitFunction()