Searched refs:dropAttr (Results 1 – 6 of 6) sorted by relevance
1164 D->dropAttr<NoBuiltinAttr>(); in handleNoBuiltinAttr()2862 D->dropAttr<T>(); in mergeVisibilityAttr()3389 D->dropAttr<CodeSegAttr>(); in handleCodeSegAttr()3893 D->dropAttr<ErrorAttr>(); in mergeErrorAttr()4875 D->dropAttr<SwiftNameAttr>(); in mergeSwiftNameAttr()4885 D->dropAttr<AlwaysInlineAttr>(); in mergeOptimizeNoneAttr()4890 D->dropAttr<MinSizeAttr>(); in mergeOptimizeNoneAttr()4926 D->dropAttr<CUDAConstantAttr>(); in handleConstantAttr()4991 D->dropAttr<CUDADeviceAttr>(); in handleDeviceAttr()6865 D->dropAttr<UuidAttr>(); in mergeUuidAttr()[all …]
3214 NewVD->dropAttr<ConstInitAttr>(); in mergeDeclAttributes()3699 New->dropAttr<InternalLinkageAttr>(); in MergeFunctionDecl()3706 New->dropAttr<ErrorAttr>(); in MergeFunctionDecl()3744 New->dropAttr<OverloadableAttr>(); in MergeFunctionDecl()4581 New->dropAttr<WeakImportAttr>(); in MergeVarDecl()4589 New->dropAttr<InternalLinkageAttr>(); in MergeVarDecl()6920 ND.dropAttr<WeakAttr>(); in checkAttributesAfterMerging()6926 ND.dropAttr<WeakRefAttr>(); in checkAttributesAfterMerging()6927 ND.dropAttr<AliasAttr>(); in checkAttributesAfterMerging()6937 VD->dropAttr<AliasAttr>(); in checkAttributesAfterMerging()[all …]
3150 D->dropAttr<OverrideAttr>(); in CheckOverrideControl()3157 D->dropAttr<FinalAttr>(); in CheckOverrideControl()6394 Class->dropAttr<DLLExportAttr>(); in checkClassLevelDLLAttribute()6987 M->dropAttr<DLLExportAttr>(); in CheckCompletedCXXClass()10139 RD.dropAttr<TrivialABIAttr>(); in checkIllFormedTrivialABIStruct()
9026 D->dropAttr<DLLImportAttr>(); in StripImplicitInstantiation()9027 D->dropAttr<DLLExportAttr>(); in StripImplicitInstantiation()
5068 ObjCMethod->dropAttr<AvailabilityAttr>(); in ActOnMethodDeclaration()
531 void dropAttr() { in dropAttr() function