Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DTargetAttributesSema.cpp168 D->dropAttr<DLLImportAttr>(); in mergeDLLExportAttr()
DSemaDecl.cpp2934 New->dropAttr<WeakImportAttr>(); in MergeVarDecl()
4675 ND.dropAttr<WeakAttr>(); in checkAttributesAfterMerging()
4681 ND.dropAttr<WeakRefAttr>(); in checkAttributesAfterMerging()
4690 ND.dropAttr<SelectAnyAttr>(); in checkAttributesAfterMerging()
DSemaDeclAttr.cpp2260 D->dropAttr<T>(); in mergeVisibilityAttr()
5033 D->dropAttr<WeakRefAttr>(); in ProcessDeclAttributeList()
DSemaDeclCXX.cpp1721 D->dropAttr<OverrideAttr>(); in CheckOverrideControl()
1727 D->dropAttr<FinalAttr>(); in CheckOverrideControl()
/external/clang/include/clang/AST/
DDeclBase.h454 void dropAttr() { in dropAttr() function