Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang-c/
H A DIndex.h3329 CXTypeNullability_NonNull = 0, enumerator
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCXType.cpp1338 return CXTypeNullability_NonNull; in clang_Type_getNullability()
/openbsd-src/gnu/llvm/clang/tools/c-index-test/
H A Dc-index-test.c1554 case CXTypeNullability_NonNull: in PrintNullabilityKind()