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;
98 CXType CT = { TK, { TK == CXType_Invalid ? 0 : T.getAsOpaquePtr(), TU }};
253 if (CT.kind == CXType_Invalid)
310 if (CT.kind == CXType_Invalid)
  /external/clang/include/clang-c/
Index.h     [all...]
  /external/clang/tools/c-index-test/
c-index-test.c 662 if (RT.kind != CXType_Invalid) {
676 if (T.kind != CXType_Invalid) {
    [all...]

Completed in 393 milliseconds