Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp3760 if (!Ident__Null_unspecified) in getNullabilityKeyword()
3761 Ident__Null_unspecified = PP.getIdentifierInfo("_Null_unspecified"); in getNullabilityKeyword()
3762 return Ident__Null_unspecified; in getNullabilityKeyword()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h15016 IdentifierInfo *Ident__Null_unspecified = nullptr; variable