Searched refs:checkAttrMutualExclusion (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaDeclAttr.cpp | 251 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 …]
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaDeclAttr.cpp | 301 static bool checkAttrMutualExclusion(Sema &S, Decl *D, const ParsedAttr &AL) { in checkAttrMutualExclusion() function 311 static bool checkAttrMutualExclusion(Sema &S, Decl *D, const Attr &AL) { in checkAttrMutualExclusion() function 453 if (checkAttrMutualExclusion<IncompatibleAttrType>(S, D, AL)) in handleSimpleAttributeWithExclusions() 2010 if (checkAttrMutualExclusion<DisableTailCallsAttr>(S, D, AL)) in handleNakedAttr() 4253 if (checkAttrMutualExclusion<InternalLinkageAttr>(*this, D, AL)) in mergeCommonAttr() 4260 if (checkAttrMutualExclusion<InternalLinkageAttr>(*this, D, AL)) in mergeCommonAttr() 4284 if (checkAttrMutualExclusion<CommonAttr>(*this, D, AL)) in mergeInternalLinkageAttr() 4307 if (checkAttrMutualExclusion<CommonAttr>(*this, D, AL)) in mergeInternalLinkageAttr() 4328 if (checkAttrMutualExclusion<SpeculativeLoadHardeningAttr>(*this, D, AL)) in mergeNoSpeculativeLoadHardeningAttr() 4369 if (checkAttrMutualExclusion<NoSpeculativeLoadHardeningAttr>(*this, D, AL)) in mergeSpeculativeLoadHardeningAttr() [all …]
|