Home
last modified time | relevance | path

Searched refs:dropAttr (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/Sema/
DSemaDecl.cpp2725 New->dropAttr<InternalLinkageAttr>(); in MergeFunctionDecl()
3447 New->dropAttr<WeakImportAttr>(); in MergeVarDecl()
3455 New->dropAttr<InternalLinkageAttr>(); in MergeVarDecl()
5407 ND.dropAttr<WeakAttr>(); in checkAttributesAfterMerging()
5413 ND.dropAttr<WeakRefAttr>(); in checkAttributesAfterMerging()
5414 ND.dropAttr<AliasAttr>(); in checkAttributesAfterMerging()
5424 VD->dropAttr<AliasAttr>(); in checkAttributesAfterMerging()
5435 ND.dropAttr<SelectAnyAttr>(); in checkAttributesAfterMerging()
5457 ND.dropAttr<NotTailCalledAttr>(); in checkAttributesAfterMerging()
5541 OldDecl->dropAttr<DLLImportAttr>(); in checkDLLAttributeRedeclaration()
[all …]
DSemaDeclAttr.cpp2185 D->dropAttr<T>(); in mergeVisibilityAttr()
3568 D->dropAttr<AlwaysInlineAttr>(); in mergeOptimizeNoneAttr()
3573 D->dropAttr<MinSizeAttr>(); in mergeOptimizeNoneAttr()
4655 D->dropAttr<DLLImportAttr>(); in mergeDLLExportAttr()
4708 D->dropAttr<MSInheritanceAttr>(); in mergeMSInheritanceAttr()
5486 D->dropAttr<WeakRefAttr>(); in ProcessDeclAttributeList()
DSemaTemplate.cpp6549 D->dropAttr<DLLImportAttr>(); in StripImplicitInstantiation()
6550 D->dropAttr<DLLExportAttr>(); in StripImplicitInstantiation()
DSemaDeclCXX.cpp1916 D->dropAttr<OverrideAttr>(); in CheckOverrideControl()
1923 D->dropAttr<FinalAttr>(); in CheckOverrideControl()
4781 Class->dropAttr<DLLExportAttr>(); in checkClassLevelDLLAttribute()
/external/clang/include/clang/AST/
DDeclBase.h466 void dropAttr() { in dropAttr() function