Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXType.cpp1317 return CXTypeNullability_Nullable; in clang_Type_getNullability()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h3873 CXTypeNullability_Nullable = 1, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c1546 case CXTypeNullability_Nullable: in PrintNullabilityKind()