reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang-c/Index.h
 3854 CINDEX_LINKAGE enum CXTypeNullabilityKind clang_Type_getNullability(CXType T);

References

tools/clang/tools/c-index-test/c-index-test.c
 1535   enum CXTypeNullabilityKind N = clang_Type_getNullability(T);