Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDecl.cpp2799 New->dropAttr<InternalLinkageAttr>(); in MergeFunctionDecl()
3534 New->dropAttr<WeakImportAttr>(); in MergeVarDecl()
3542 New->dropAttr<InternalLinkageAttr>(); in MergeVarDecl()
5540 ND.dropAttr<WeakAttr>(); in checkAttributesAfterMerging()
5546 ND.dropAttr<WeakRefAttr>(); in checkAttributesAfterMerging()
5547 ND.dropAttr<AliasAttr>(); in checkAttributesAfterMerging()
5557 VD->dropAttr<AliasAttr>(); in checkAttributesAfterMerging()
5568 ND.dropAttr<SelectAnyAttr>(); in checkAttributesAfterMerging()
5590 ND.dropAttr<NotTailCalledAttr>(); in checkAttributesAfterMerging()
5681 NewDecl->dropAttr<DLLImportAttr>(); in checkDLLAttributeRedeclaration()
[all …]
DSemaDeclAttr.cpp2253 D->dropAttr<T>(); in mergeVisibilityAttr()
3658 D->dropAttr<AlwaysInlineAttr>(); in mergeOptimizeNoneAttr()
3663 D->dropAttr<MinSizeAttr>(); in mergeOptimizeNoneAttr()
5014 D->dropAttr<DLLImportAttr>(); in mergeDLLExportAttr()
5067 D->dropAttr<MSInheritanceAttr>(); in mergeMSInheritanceAttr()
5937 D->dropAttr<WeakRefAttr>(); in ProcessDeclAttributeList()
DSemaDeclCXX.cpp1919 D->dropAttr<OverrideAttr>(); in CheckOverrideControl()
1926 D->dropAttr<FinalAttr>(); in CheckOverrideControl()
4756 Class->dropAttr<DLLExportAttr>(); in checkClassLevelDLLAttribute()
5009 M->dropAttr<DLLExportAttr>(); in CheckCompletedCXXClass()
DSemaTemplate.cpp6588 D->dropAttr<DLLImportAttr>(); in StripImplicitInstantiation()
6589 D->dropAttr<DLLExportAttr>(); in StripImplicitInstantiation()
/external/clang/include/clang/AST/
DDeclBase.h472 void dropAttr() { in dropAttr() function