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"
103 CXType cxtype::MakeCXType(QualType T, CXTranslationUnit TU) {
131 CXType CT = { TK, { TK == CXType_Invalid ? nullptr
136 using cxtype::MakeCXType;
138 static inline QualType GetQualType(CXType CT) {
142 static inline CXTranslationUnit GetTU(CXType CT) {
148 CXType clang_getCursorType(CXCursor C) {
201 return cxtype::MakeCXType(getCursorCXXBaseSpecifier(C)->getType(), TU);
204 return cxtype::MakeCXType(getCursorMemberRef(C).first->getType(), TU)
    [all...]
CXCursor.cpp 19 #include "CXType.h"
    [all...]
CIndex.cpp 22 #include "CXType.h"
    [all...]
  /external/clang/include/clang-c/
Index.h     [all...]
  /external/clang/tools/c-index-test/
c-index-test.c 803 CXType T =
849 CXType T = clang_Cursor_getTemplateArgumentType(Cursor, I);
    [all...]

Completed in 70 milliseconds