Searched refs:hasSpecificAttr (Results 1 – 4 of 4) sorted by relevance
126 inline bool hasSpecificAttr(const Container& container) { in hasSpecificAttr() function
483 return hasAttrs() && hasSpecificAttr<T>(getAttrs()); in hasAttr()
1031 if (hasSpecificAttr<FallThroughAttr>(AS->getAttrs())) in asFallThroughAttr()
5510 if (Attrs && hasSpecificAttr<ReturnsNonNullAttr>(*Attrs) && in CheckReturnValExpr()