Searched refs:dropAttr (Results 1 – 5 of 5) sorted by relevance
2799 New->dropAttr<InternalLinkageAttr>(); in MergeFunctionDecl()3534 New->dropAttr<WeakImportAttr>(); in MergeVarDecl()3542 New->dropAttr<InternalLinkageAttr>(); in MergeVarDecl()5540 ND.dropAttr<WeakAttr>(); in checkAttributesAfterMerging()5546 ND.dropAttr<WeakRefAttr>(); in checkAttributesAfterMerging()5547 ND.dropAttr<AliasAttr>(); in checkAttributesAfterMerging()5557 VD->dropAttr<AliasAttr>(); in checkAttributesAfterMerging()5568 ND.dropAttr<SelectAnyAttr>(); in checkAttributesAfterMerging()5590 ND.dropAttr<NotTailCalledAttr>(); in checkAttributesAfterMerging()5681 NewDecl->dropAttr<DLLImportAttr>(); in checkDLLAttributeRedeclaration()[all …]
2253 D->dropAttr<T>(); in mergeVisibilityAttr()3658 D->dropAttr<AlwaysInlineAttr>(); in mergeOptimizeNoneAttr()3663 D->dropAttr<MinSizeAttr>(); in mergeOptimizeNoneAttr()5014 D->dropAttr<DLLImportAttr>(); in mergeDLLExportAttr()5067 D->dropAttr<MSInheritanceAttr>(); in mergeMSInheritanceAttr()5937 D->dropAttr<WeakRefAttr>(); in ProcessDeclAttributeList()
1919 D->dropAttr<OverrideAttr>(); in CheckOverrideControl()1926 D->dropAttr<FinalAttr>(); in CheckOverrideControl()4756 Class->dropAttr<DLLExportAttr>(); in checkClassLevelDLLAttribute()5009 M->dropAttr<DLLExportAttr>(); in CheckCompletedCXXClass()
6588 D->dropAttr<DLLImportAttr>(); in StripImplicitInstantiation()6589 D->dropAttr<DLLExportAttr>(); in StripImplicitInstantiation()
472 void dropAttr() { in dropAttr() function