HomeSort by relevance Sort by last modified time
    Searched refs:CXType_Invalid (Results 1 - 3 of 3) sorted by null

  /external/clang/tools/libclang/
CXType.cpp 69 return CXType_Invalid;
97 CXTypeKind TK = CXType_Invalid;
111 if (TK == CXType_Invalid)
114 CXType CT = { TK, { TK == CXType_Invalid ? 0 : T.getAsOpaquePtr(), TU }};
302 if (CT.kind == CXType_Invalid)
360 if (CT.kind == CXType_Invalid)
  /external/clang/include/clang-c/
Index.h     [all...]
  /external/clang/tools/c-index-test/
c-index-test.c     [all...]

Completed in 172 milliseconds