Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp3750 if (!Ident__Nullable) in getNullabilityKeyword()
3751 Ident__Nullable = PP.getIdentifierInfo("_Nullable"); in getNullabilityKeyword()
3752 return Ident__Nullable; in getNullabilityKeyword()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h15014 IdentifierInfo *Ident__Nullable = nullptr; variable