Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclAttr.cpp247 static bool checkAttrMutualExclusion(Sema &S, Decl *D, SourceRange Range, in checkAttrMutualExclusion() function
1563 if (checkAttrMutualExclusion<HotAttr>(S, D, Attr.getRange(), Attr.getName())) in handleColdAttr()
1571 if (checkAttrMutualExclusion<ColdAttr>(S, D, Attr.getRange(), Attr.getName())) in handleHotAttr()
1641 if (checkAttrMutualExclusion<DisableTailCallsAttr>(S, D, Attr.getRange(), in handleNakedAttr()
1771 if (checkAttrMutualExclusion<AlwaysInlineAttr>(S, D, Attr.getRange(), in handleNotTailCalledAttr()
1781 if (checkAttrMutualExclusion<NakedAttr>(S, D, Attr.getRange(), in handleDisableTailCallsAttr()
3516 if (checkAttrMutualExclusion<InternalLinkageAttr>(*this, D, Range, Ident)) in mergeCommonAttr()
3542 if (checkAttrMutualExclusion<CommonAttr>(*this, D, Range, Ident)) in mergeInternalLinkageAttr()
3585 if (checkAttrMutualExclusion<NotTailCalledAttr>(S, D, Attr.getRange(), in handleAlwaysInlineAttr()
4172 if (checkAttrMutualExclusion<CFUnknownTransferAttr>(S, D, Attr.getRange(), in handleCFAuditedTransferAttr()
[all …]