Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaType.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-14-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSema.h15016 IdentifierInfo *Ident__Null_unspecified = nullptr; variable