Lines Matching refs:getCursorTU
526 CXTranslationUnit TU = getCursorTU(Cursor); in VisitChildren()
4505 CursorVisitor CursorVis(getCursorTU(parent), visitor, client_data, in clang_visitChildren()
4584 return clang_getTranslationUnitSpelling(getCursorTU(C)); in clang_getCursorSpelling()
6240 CXTranslationUnit tu = getCursorTU(C); in clang_getCursorReferenced()
6350 CXTranslationUnit TU = getCursorTU(C); in clang_getCursorDefinition()
6587 return MakeCXCursor(CatD, getCursorTU(C)); in clang_getCanonicalCursor()
6591 return MakeCXCursor(IFD, getCursorTU(C)); in clang_getCanonicalCursor()
6593 return MakeCXCursor(D->getCanonicalDecl(), getCursorTU(C)); in clang_getCanonicalCursor()
6629 CXTranslationUnit TU = getCursorTU(cursor); in clang_getOverloadedDecl()
8160 getCursorTU(cursor)); in clang_getCursorSemanticParent()
8166 return MakeCXCursor(D, getCursorTU(cursor)); in clang_getCursorSemanticParent()
8180 getCursorTU(cursor)); in clang_getCursorLexicalParent()
8599 return cxtype::MakeCXType(QualType(), cxcursor::getCursorTU(C)); in clang_getIBOutletCollectionType()
8604 return cxtype::MakeCXType(A->getInterface(), cxcursor::getCursorTU(C)); in clang_getIBOutletCollectionType()
8869 return cxcursor::MakeCXCursor(Init, VD, cxcursor::getCursorTU(cursor)); in clang_Cursor_getVarDeclInitializer()