Searched refs:applyNullability (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaAPINotes.cpp | 53 static void applyNullability(Sema &S, Decl *D, NullabilityKind Nullability, in applyNullability() function 401 applyNullability(S, D, *Nullability, Metadata); in ProcessAPINotes() 474 applyNullability(S, D, Info.getReturnTypeInfo(), Metadata); in ProcessAPINotes() 489 applyNullability(S, Param, Info.getParamTypeInfo(I), Metadata); in ProcessAPINotes()
|