Lines Matching refs:getCursorTU
515 CXTranslationUnit TU = getCursorTU(Cursor); in VisitChildren()
4038 CursorVisitor CursorVis(getCursorTU(parent), visitor, client_data, in clang_visitChildren()
4119 return clang_getTranslationUnitSpelling(getCursorTU(C)); in clang_getCursorSpelling()
5467 CXTranslationUnit tu = getCursorTU(C); in clang_getCursorReferenced()
5579 CXTranslationUnit TU = getCursorTU(C); in clang_getCursorDefinition()
5802 return MakeCXCursor(CatD, getCursorTU(C)); in clang_getCanonicalCursor()
5806 return MakeCXCursor(IFD, getCursorTU(C)); in clang_getCanonicalCursor()
5808 return MakeCXCursor(D->getCanonicalDecl(), getCursorTU(C)); in clang_getCanonicalCursor()
5844 CXTranslationUnit TU = getCursorTU(cursor); in clang_getOverloadedDecl()
7172 getCursorTU(cursor)); in clang_getCursorSemanticParent()
7178 return MakeCXCursor(D, getCursorTU(cursor)); in clang_getCursorSemanticParent()
7192 getCursorTU(cursor)); in clang_getCursorLexicalParent()
7546 return cxtype::MakeCXType(QualType(), cxcursor::getCursorTU(C)); in clang_getIBOutletCollectionType()
7551 return cxtype::MakeCXType(A->getInterface(), cxcursor::getCursorTU(C)); in clang_getIBOutletCollectionType()