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

  /external/clang/tools/libclang/
CXType.h 24 namespace cxtype { namespace in namespace:clang
26 CXType MakeCXType(QualType T, CXTranslationUnit TU);
28 }} // end namespace clang::cxtype
CXType.cpp 18 #include "CXType.h"
96 CXType cxtype::MakeCXType(QualType T, CXTranslationUnit TU) {
114 CXType CT = { TK, { TK == CXType_Invalid ? 0 : T.getAsOpaquePtr(), TU }};
118 using cxtype::MakeCXType;
120 static inline QualType GetQualType(CXType CT) {
124 static inline CXTranslationUnit GetTU(CXType CT) {
130 CXType clang_getCursorType(CXCursor C) {
181 return cxtype::MakeCXType(getCursorCXXBaseSpecifier(C)->getType(), TU);
184 return cxtype::MakeCXType(getCursorMemberRef(C).first->getType(), TU)
    [all...]
CXCursor.cpp 19 #include "CXType.h"
    [all...]
CIndex.cpp 23 #include "CXType.h"
    [all...]
  /external/clang/include/clang-c/
Index.h     [all...]
  /external/clang/tools/c-index-test/
c-index-test.c 699 CXType T =
    [all...]

Completed in 359 milliseconds