Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp3925 if (!Ident__Nonnull) in getNullabilityKeyword()
3926 Ident__Nonnull = PP.getIdentifierInfo("_Nonnull"); in getNullabilityKeyword()
3927 return Ident__Nonnull; in getNullabilityKeyword()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h12679 IdentifierInfo *Ident__Nonnull = nullptr; variable