Searched refs:IsDLLImport (Results 1 – 1 of 1) sorted by relevance
2611 bool IsDLLImport = RD->hasAttr<DLLImportAttr>(); in ShouldUseExternalRTTIDescriptor() local2613 return IsDLLImport ? false : true; in ShouldUseExternalRTTIDescriptor()2615 if (IsDLLImport) in ShouldUseExternalRTTIDescriptor()