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