Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DTargetAttributesSema.cpp204 D->dropAttr<DLLImportAttr>(); in mergeDLLExportAttr()
DSemaDeclAttr.cpp2308 D->dropAttr<T>(); in mergeVisibilityAttr()
5023 D->dropAttr<WeakRefAttr>(); in ProcessDeclAttributeList()
DSemaDecl.cpp2870 New->dropAttr<WeakImportAttr>(); in MergeVarDecl()
4624 ND.dropAttr<WeakAttr>(); in checkAttributesAfterMerging()
4630 ND.dropAttr<WeakRefAttr>(); in checkAttributesAfterMerging()
DSemaDeclCXX.cpp1541 D->dropAttr<OverrideAttr>(); in CheckOverrideControl()
1547 D->dropAttr<FinalAttr>(); in CheckOverrideControl()
/external/clang/include/clang/AST/
DDeclBase.h435 void dropAttr() { in dropAttr() function