Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp4216 if (!Ident__Nullable) in getNullabilityKeyword()
4217 Ident__Nullable = PP.getIdentifierInfo("_Nullable"); in getNullabilityKeyword()
4218 return Ident__Nullable; in getNullabilityKeyword()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h14158 IdentifierInfo *Ident__Nullable = nullptr; variable