• Home
  • Raw
  • Download

Lines Matching refs:dropAttr

2866         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()
6434 ND.dropAttr<NotTailCalledAttr>(); in checkAttributesAfterMerging()
6559 NewDecl->dropAttr<DLLImportAttr>(); in checkDLLAttributeRedeclaration()
6568 OldDecl->dropAttr<DLLImportAttr>(); in checkDLLAttributeRedeclaration()
6569 NewDecl->dropAttr<DLLImportAttr>(); in checkDLLAttributeRedeclaration()
6574 OldDecl->dropAttr<DLLImportAttr>(); in checkDLLAttributeRedeclaration()
6575 NewDecl->dropAttr<DLLImportAttr>(); in checkDLLAttributeRedeclaration()
9385 NewFD->dropAttr<SectionAttr>(); in ActOnFunctionDeclarator()
9884 NewFD->dropAttr<AvailabilityAttr>(); in ActOnFunctionDeclarator()
9889 NewFD->dropAttr<AvailabilityAttr>(); in ActOnFunctionDeclarator()
12953 var->dropAttr<SectionAttr>(); in CheckCompleteVariableDeclaration()
13284 VD->dropAttr<UsedAttr>(); in FinalizeDeclaration()
14028 FD->dropAttr<AliasAttr>(); in ActOnStartOfFunctionDef()
14033 FD->dropAttr<IFuncAttr>(); in ActOnStartOfFunctionDef()