Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang-c/
H A DIndex.h3940 CXTypeNullability_Nullable = 1, enumerator
/llvm-project-15.0.7/clang/tools/libclang/
H A DCXType.cpp1331 return CXTypeNullability_Nullable; in clang_Type_getNullability()
/llvm-project-15.0.7/clang/tools/c-index-test/
H A Dc-index-test.c1546 case CXTypeNullability_Nullable: in PrintNullabilityKind()