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

  /external/clang/tools/libclang/
CXType.cpp 44 case BuiltinType::WChar_S: return CXType_WChar;
45 case BuiltinType::WChar_U: return CXType_WChar;
462 case CXType_WChar: s = "WChar"; break;
  /external/clang/include/clang-c/
Index.h     [all...]

Completed in 57 milliseconds