Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp4199 static bool shouldHaveNullability(QualType T) { in shouldHaveNullability() function
4327 if (shouldHaveNullability(T) && !T->getNullability()) { in GetFullTypeForDeclarator()
4550 if (shouldHaveNullability(T) && !T->getNullability()) { in GetFullTypeForDeclarator()