Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp3940 if (!Ident__Null_unspecified) in getNullabilityKeyword()
3941 Ident__Null_unspecified = PP.getIdentifierInfo("_Null_unspecified"); in getNullabilityKeyword()
3942 return Ident__Null_unspecified; in getNullabilityKeyword()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h12682 IdentifierInfo *Ident__Null_unspecified = nullptr; variable