Searched refs:dropAttrs (Results 1 – 6 of 6) sorted by relevance
532 void dropAttrs();549 template <typename... Ts> void dropAttrs() { in dropAttrs() function559 template <typename T> void dropAttr() { dropAttrs<T>(); } in dropAttr()
1020 void Decl::dropAttrs() { in dropAttrs() function in Decl
3285 if (!foundAny) New->dropAttrs(); in mergeDeclAttributes()3321 To->dropAttrs(); in propagateAttributes()6987 ND.dropAttrs<WeakRefAttr, AliasAttr>(); in checkWeakRefAttr()12014 NewFD->dropAttrs<PureAttr>(); in CheckConstPureAttributesUsage()12022 NewFD->dropAttrs<PureAttr, ConstAttr>(); in CheckConstPureAttributesUsage()
9051 D->dropAttrs<DLLImportAttr, DLLExportAttr>(); in StripImplicitInstantiation()
6512 Class->dropAttrs<DLLExportAttr, DLLImportAttr>(); in checkClassLevelDLLAttribute()
9784 {"_ZN5clang4Decl9dropAttrsEv", "clang::Decl::dropAttrs()"},