Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang-c/
H A DIndex.h3325 enum CXTypeNullabilityKind { enum
3358 CINDEX_LINKAGE enum CXTypeNullabilityKind clang_Type_getNullability(CXType T);
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCXType.cpp1330 enum CXTypeNullabilityKind clang_Type_getNullability(CXType CT) { in clang_Type_getNullability()
/openbsd-src/gnu/llvm/clang/tools/c-index-test/
H A Dc-index-test.c1550 enum CXTypeNullabilityKind N = clang_Type_getNullability(T); in PrintNullabilityKind()