Searched refs:OtherAttr (Results 1 – 2 of 2) sorted by relevance
233 template <typename OtherAttr, int DiagIdx>264 (Callee->hasAttr<OtherAttr>() || Callee->hasAttr<FlattenAttr>())) { in CheckStmtInlineAttr()267 << A << (Callee->hasAttr<OtherAttr>() ? DiagIdx : 1); in CheckStmtInlineAttr()
7596 auto OtherAttr = std::find_if( in checkMutualExclusion() local7599 if (OtherAttr == state.getCurrentAttributes().end() || OtherAttr->isInvalid()) in checkMutualExclusion()7604 << *OtherAttr << Attr in checkMutualExclusion()7605 << (OtherAttr->isRegularKeywordAttribute() || in checkMutualExclusion()7607 S.Diag(OtherAttr->getLoc(), diag::note_conflicting_attribute); in checkMutualExclusion()