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