Searched refs:dropAttrs (Results 1 – 5 of 5) sorted by relevance
535 void dropAttrs();552 template <typename... Ts> void dropAttrs() { in dropAttrs() function562 template <typename T> void dropAttr() { dropAttrs<T>(); } in dropAttr()
1007 void Decl::dropAttrs() { in dropAttrs() function in Decl
3221 if (!foundAny) New->dropAttrs(); in mergeDeclAttributes()3286 if (!foundAny) newDecl->dropAttrs(); in mergeParamDeclAttributes()6868 ND.dropAttrs<WeakRefAttr, AliasAttr>(); in checkAttributesAfterMerging()11781 NewFD->dropAttrs<PureAttr>(); in CheckConstPureAttributesUsage()11789 NewFD->dropAttrs<PureAttr, ConstAttr>(); in CheckConstPureAttributesUsage()
8562 D->dropAttrs<DLLImportAttr, DLLExportAttr>(); in StripImplicitInstantiation()
6404 Class->dropAttrs<DLLExportAttr, DLLImportAttr>(); in checkClassLevelDLLAttribute()