Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp3471 if (!Ident__Nonnull) in getNullabilityKeyword()
3472 Ident__Nonnull = PP.getIdentifierInfo("_Nonnull"); in getNullabilityKeyword()
3473 return Ident__Nonnull; in getNullabilityKeyword()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h10691 IdentifierInfo *Ident__Nonnull = nullptr; variable