HomeSort by: relevance | last modified time | path
    Searched refs:CXTypeNullabilityKind (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang-c/
Index.h 3865 enum CXTypeNullabilityKind {
3898 CINDEX_LINKAGE enum CXTypeNullabilityKind clang_Type_getNullability(CXType T);
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CXType.cpp 1306 enum CXTypeNullabilityKind clang_Type_getNullability(CXType CT) {
  /src/external/apache2/llvm/dist/clang/tools/c-index-test/
c-index-test.c 1539 enum CXTypeNullabilityKind N = clang_Type_getNullability(T);

Completed in 74 milliseconds