Searched refs:cxtype (Results 1 - 4 of 4) sorted by relevance

/external/clang/tools/libclang/
H A DCXType.h24 namespace cxtype { namespace in namespace:clang
28 }} // end namespace clang::cxtype
H A DCXType.cpp100 CXType cxtype::MakeCXType(QualType T, CXTranslationUnit TU) {
128 using cxtype::MakeCXType;
199 return cxtype::MakeCXType(getCursorCXXBaseSpecifier(C)->getType(), TU);
202 return cxtype::MakeCXType(getCursorMemberRef(C).first->getType(), TU);
205 return cxtype::MakeCXType(getCursorVariableRef(C).first->getType(), TU);
737 // Note: We get the cxtype, not the cxcursor, so we can't call
H A DCXCursor.cpp1269 return cxtype::MakeCXType(MsgE->getReceiverType(), TU);
1271 return cxtype::MakeCXType(QualType(), TU);
H A DCIndex.cpp4673 return clang_getTypeDeclaration(cxtype::MakeCXType(B->getType(),
6558 return cxtype::MakeCXType(QualType(), cxcursor::getCursorTU(C));
6563 return cxtype::MakeCXType(A->getInterface(), cxcursor::getCursorTU(C));

Completed in 2630 milliseconds