Searched refs:clang_Type_getNullability (Results 1 – 4 of 4) sorted by relevance
158 clang_Type_getNullability;
1330 enum CXTypeNullabilityKind clang_Type_getNullability(CXType CT) { in clang_Type_getNullability() function
3358 CINDEX_LINKAGE enum CXTypeNullabilityKind clang_Type_getNullability(CXType T);
1550 enum CXTypeNullabilityKind N = clang_Type_getNullability(T); in PrintNullabilityKind()