HomeSort by relevance Sort by last modified time
    Searched refs:CXType (Results 1 - 7 of 7) 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"
100 CXType cxtype::MakeCXType(QualType T, CXTranslationUnit TU) {
123 CXType CT = { TK, { TK == CXType_Invalid ? nullptr
128 using cxtype::MakeCXType;
130 static inline QualType GetQualType(CXType CT) {
134 static inline CXTranslationUnit GetTU(CXType CT) {
140 CXType clang_getCursorType(CXCursor C) {
199 return cxtype::MakeCXType(getCursorCXXBaseSpecifier(C)->getType(), TU);
202 return cxtype::MakeCXType(getCursorMemberRef(C).first->getType(), TU)
    [all...]
Android.mk 37 CXType.cpp \
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 773 CXType T =
819 CXType T = clang_Cursor_getTemplateArgumentType(Cursor, I);
    [all...]

Completed in 579 milliseconds