Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaDecl.cpp2866 NewVD->dropAttr<ConstInitAttr>(); in mergeDeclAttributes()
3280 New->dropAttr<InternalLinkageAttr>(); in MergeFunctionDecl()
3317 New->dropAttr<OverloadableAttr>(); in MergeFunctionDecl()
4080 New->dropAttr<WeakImportAttr>(); in MergeVarDecl()
4088 New->dropAttr<InternalLinkageAttr>(); in MergeVarDecl()
6370 ND.dropAttr<WeakAttr>(); in checkAttributesAfterMerging()
6376 ND.dropAttr<WeakRefAttr>(); in checkAttributesAfterMerging()
6377 ND.dropAttr<AliasAttr>(); in checkAttributesAfterMerging()
6387 VD->dropAttr<AliasAttr>(); in checkAttributesAfterMerging()
6398 ND.dropAttr<SelectAnyAttr>(); in checkAttributesAfterMerging()
[all …]
DSemaDeclAttr.cpp1120 D->dropAttr<NoBuiltinAttr>(); in handleNoBuiltinAttr()
2554 D->dropAttr<T>(); in mergeVisibilityAttr()
3062 D->dropAttr<CodeSegAttr>(); in handleCodeSegAttr()
4343 D->dropAttr<SwiftNameAttr>(); in mergeSwiftNameAttr()
4353 D->dropAttr<AlwaysInlineAttr>(); in mergeOptimizeNoneAttr()
4358 D->dropAttr<MinSizeAttr>(); in mergeOptimizeNoneAttr()
6131 D->dropAttr<UuidAttr>(); in mergeUuidAttr()
6866 D->dropAttr<DLLImportAttr>(); in mergeDLLExportAttr()
6917 D->dropAttr<MSInheritanceAttr>(); in mergeMSInheritanceAttr()
8128 D->dropAttr<WeakRefAttr>(); in ProcessDeclAttributeList()
[all …]
DSemaDeclCXX.cpp3051 D->dropAttr<OverrideAttr>(); in CheckOverrideControl()
3058 D->dropAttr<FinalAttr>(); in CheckOverrideControl()
6167 Class->dropAttr<DLLExportAttr>(); in checkClassLevelDLLAttribute()
6759 M->dropAttr<DLLExportAttr>(); in CheckCompletedCXXClass()
9774 RD.dropAttr<TrivialABIAttr>(); in checkIllFormedTrivialABIStruct()
DSemaTemplate.cpp8678 D->dropAttr<DLLImportAttr>(); in StripImplicitInstantiation()
8679 D->dropAttr<DLLExportAttr>(); in StripImplicitInstantiation()
DSemaDeclObjC.cpp5043 ObjCMethod->dropAttr<AvailabilityAttr>(); in ActOnMethodDeclaration()
/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
/external/llvm-project/clang/include/clang/AST/
DDeclBase.h518 void dropAttr() { in dropAttr() function