Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclAttr.cpp251 static bool checkAttrMutualExclusion(Sema &S, Decl *D, SourceRange Range, in checkAttrMutualExclusion() function
367 if (checkAttrMutualExclusion<IncompatibleAttrType>(S, D, Attr.getRange(), in handleSimpleAttributeWithExclusions()
1608 if (checkAttrMutualExclusion<HotAttr>(S, D, Attr.getRange(), Attr.getName())) in handleColdAttr()
1616 if (checkAttrMutualExclusion<ColdAttr>(S, D, Attr.getRange(), Attr.getName())) in handleHotAttr()
1668 if (checkAttrMutualExclusion<DisableTailCallsAttr>(S, D, Attr.getRange(), in handleNakedAttr()
1798 if (checkAttrMutualExclusion<AlwaysInlineAttr>(S, D, Attr.getRange(), in handleNotTailCalledAttr()
1808 if (checkAttrMutualExclusion<NakedAttr>(S, D, Attr.getRange(), in handleDisableTailCallsAttr()
3606 if (checkAttrMutualExclusion<InternalLinkageAttr>(*this, D, Range, Ident)) in mergeCommonAttr()
3632 if (checkAttrMutualExclusion<CommonAttr>(*this, D, Range, Ident)) in mergeInternalLinkageAttr()
3675 if (checkAttrMutualExclusion<NotTailCalledAttr>(S, D, Attr.getRange(), in handleAlwaysInlineAttr()
[all …]