Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaType.cpp4039 if (!Ident__Nonnull) in getNullabilityKeyword()
4040 Ident__Nonnull = PP.getIdentifierInfo("_Nonnull"); in getNullabilityKeyword()
4041 return Ident__Nonnull; in getNullabilityKeyword()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h13326 IdentifierInfo *Ident__Nonnull = nullptr; variable