Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaType.cpp3685 if (!Ident__Null_unspecified) in getNullabilityKeyword()
3686 Ident__Null_unspecified = PP.getIdentifierInfo("_Null_unspecified"); in getNullabilityKeyword()
3687 return Ident__Null_unspecified; in getNullabilityKeyword()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSema.h11901 IdentifierInfo *Ident__Null_unspecified = nullptr; variable