Lines Matching refs:getCursorTU
517 CXTranslationUnit TU = getCursorTU(Cursor); in VisitChildren()
3478 CursorVisitor CursorVis(getCursorTU(parent), visitor, client_data, in clang_visitChildren()
3559 return clang_getTranslationUnitSpelling(getCursorTU(C)); in clang_getCursorSpelling()
4850 CXTranslationUnit tu = getCursorTU(C); in clang_getCursorReferenced()
4961 CXTranslationUnit TU = getCursorTU(C); in clang_getCursorDefinition()
5177 return MakeCXCursor(CatD, getCursorTU(C)); in clang_getCanonicalCursor()
5181 return MakeCXCursor(IFD, getCursorTU(C)); in clang_getCanonicalCursor()
5183 return MakeCXCursor(D->getCanonicalDecl(), getCursorTU(C)); in clang_getCanonicalCursor()
5219 CXTranslationUnit TU = getCursorTU(cursor); in clang_getOverloadedDecl()
6538 getCursorTU(cursor)); in clang_getCursorSemanticParent()
6544 return MakeCXCursor(D, getCursorTU(cursor)); in clang_getCursorSemanticParent()
6558 getCursorTU(cursor)); in clang_getCursorLexicalParent()
6849 return cxtype::MakeCXType(QualType(), cxcursor::getCursorTU(C)); in clang_getIBOutletCollectionType()
6854 return cxtype::MakeCXType(A->getInterface(), cxcursor::getCursorTU(C)); in clang_getIBOutletCollectionType()