Home
last modified time | relevance | path

Searched refs:clang_Type_getNullability (Results 1 – 4 of 4) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/tools/libclang/
H A Dlibclang.exports111 clang_Type_getNullability
H A DCXType.cpp1306 enum CXTypeNullabilityKind clang_Type_getNullability(CXType CT) { in clang_Type_getNullability() function
/netbsd/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h3898 CINDEX_LINKAGE enum CXTypeNullabilityKind clang_Type_getNullability(CXType T);
/netbsd/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c1539 enum CXTypeNullabilityKind N = clang_Type_getNullability(T); in PrintNullabilityKind()