Home
last modified time | relevance | path

Searched refs:CXTypeNullability_NonNull (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXType.cpp1315 return CXTypeNullability_NonNull; in clang_Type_getNullability()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h3869 CXTypeNullability_NonNull = 0, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c1543 case CXTypeNullability_NonNull: in PrintNullabilityKind()