Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp3745 if (!Ident__Nonnull) in getNullabilityKeyword()
3746 Ident__Nonnull = PP.getIdentifierInfo("_Nonnull"); in getNullabilityKeyword()
3747 return Ident__Nonnull; in getNullabilityKeyword()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h15013 IdentifierInfo *Ident__Nonnull = nullptr; variable