Searched refs:dropAttr (Results 1 – 8 of 8) sorted by relevance
1282 D->dropAttr<ArmNewAttr>(); in handleNewAttr()1343 D->dropAttr<ARMSaveFPAttr>(); in handleInterruptSaveFPAttr()1352 D->dropAttr<ARMSaveFPAttr>(); in handleInterruptSaveFPAttr()
935 D->dropAttr<NoBuiltinAttr>(); in handleNoBuiltinAttr()2744 D->dropAttr<T>(); in mergeVisibilityAttr()3257 D->dropAttr<CodeSegAttr>(); in handleCodeSegAttr()3894 D->dropAttr<ErrorAttr>(); in mergeErrorAttr()5113 D->dropAttr<AlwaysInlineAttr>(); in mergeOptimizeNoneAttr()5118 D->dropAttr<MinSizeAttr>(); in mergeOptimizeNoneAttr()5154 D->dropAttr<CUDAConstantAttr>(); in handleConstantAttr()5222 D->dropAttr<CUDADeviceAttr>(); in handleDeviceAttr()6050 D->dropAttr<UuidAttr>(); in mergeUuidAttr()6293 D->dropAttr<DLLImportAttr>(); in mergeDLLExportAttr()[all …]
3179 NewVD->dropAttr<ConstInitAttr>(); in mergeDeclAttributes()3686 New->dropAttr<InternalLinkageAttr>(); in MergeFunctionDecl()3693 New->dropAttr<ErrorAttr>(); in MergeFunctionDecl()3731 New->dropAttr<OverloadableAttr>(); in MergeFunctionDecl()4623 New->dropAttr<WeakImportAttr>(); in MergeVarDecl()4633 New->dropAttr<InternalLinkageAttr>(); in MergeVarDecl()6978 ND.dropAttr<WeakAttr>(); in checkWeakAttr()6999 VD->dropAttr<AliasAttr>(); in checkAliasAttr()7012 ND.dropAttr<SelectAnyAttr>(); in checkSelectAnyAttr()7216 NewDecl->dropAttr<DLLImportAttr>(); in checkDLLAttributeRedeclaration()[all …]
37 D->dropAttr<SwiftNameAttr>(); in mergeNameAttr()
3278 D->dropAttr<OverrideAttr>(); in CheckOverrideControl()3285 D->dropAttr<FinalAttr>(); in CheckOverrideControl()6561 Class->dropAttr<DLLExportAttr>(); in checkClassLevelDLLAttribute()7146 M->dropAttr<DLLExportAttr>(); in CheckCompletedCXXClass()10553 RD.dropAttr<TrivialABIAttr>(); in checkIllFormedTrivialABIStruct()
704 D->dropAttr<HLSLParamModifierAttr>(); in mergeParamModifierAttr()
5085 ObjCMethod->dropAttr<AvailabilityAttr>(); in ActOnMethodDeclaration()
559 template <typename T> void dropAttr() { dropAttrs<T>(); } in dropAttr() function