Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaType.cpp3920 static bool hasNullabilityAttr(const ParsedAttributesView &attrs) { in hasNullabilityAttr() function
4651 if (hasNullabilityAttr(attrs)) in GetFullTypeForDeclarator()
4890 !hasNullabilityAttr(DeclType.getAttrs()) && in GetFullTypeForDeclarator()
7215 if (hasNullabilityAttr(chunk.getAttrs())) in distributeNullabilityTypeAttr()
/external/clang/lib/Sema/
DSemaType.cpp3248 static bool hasNullabilityAttr(const AttributeList *attrs) { in hasNullabilityAttr() function
3742 if (hasNullabilityAttr(attrs)) in GetFullTypeForDeclarator()
5987 if (hasNullabilityAttr(chunk.getAttrListRef())) in distributeNullabilityTypeAttr()