Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang-c/
H A DIndex.h3340 CXTypeNullability_Unspecified = 2, enumerator
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCXType.cpp1344 return CXTypeNullability_Unspecified; in clang_Type_getNullability()
/openbsd-src/gnu/llvm/clang/tools/c-index-test/
H A Dc-index-test.c1563 case CXTypeNullability_Unspecified: in PrintNullabilityKind()