Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp3476 if (!Ident__Nullable) in getNullabilityKeyword()
3477 Ident__Nullable = PP.getIdentifierInfo("_Nullable"); in getNullabilityKeyword()
3478 return Ident__Nullable; in getNullabilityKeyword()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h10692 IdentifierInfo *Ident__Nullable = nullptr; variable