Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang-c/
H A DIndex.h3333 CXTypeNullability_Nullable = 1, enumerator
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCXType.cpp1340 return CXTypeNullability_Nullable; in clang_Type_getNullability()
/openbsd-src/gnu/llvm/clang/tools/c-index-test/
H A Dc-index-test.c1557 case CXTypeNullability_Nullable: in PrintNullabilityKind()