Lines Matching refs:getCursorTU
527 CXTranslationUnit TU = getCursorTU(Cursor); in VisitChildren()
4742 CursorVisitor CursorVis(getCursorTU(parent), visitor, client_data, in clang_visitChildren()
4821 return clang_getTranslationUnitSpelling(getCursorTU(C)); in clang_getCursorSpelling()
6518 CXTranslationUnit tu = getCursorTU(C); in clang_getCursorReferenced()
6628 CXTranslationUnit TU = getCursorTU(C); in clang_getCursorDefinition()
6868 return MakeCXCursor(CatD, getCursorTU(C)); in clang_getCanonicalCursor()
6872 return MakeCXCursor(IFD, getCursorTU(C)); in clang_getCanonicalCursor()
6874 return MakeCXCursor(D->getCanonicalDecl(), getCursorTU(C)); in clang_getCanonicalCursor()
6910 CXTranslationUnit TU = getCursorTU(cursor); in clang_getOverloadedDecl()
8468 getCursorTU(cursor)); in clang_getCursorSemanticParent()
8474 return MakeCXCursor(D, getCursorTU(cursor)); in clang_getCursorSemanticParent()
8488 getCursorTU(cursor)); in clang_getCursorLexicalParent()
8908 return cxtype::MakeCXType(QualType(), cxcursor::getCursorTU(C)); in clang_getIBOutletCollectionType()
8913 return cxtype::MakeCXType(A->getInterface(), cxcursor::getCursorTU(C)); in clang_getIBOutletCollectionType()
9178 return cxcursor::MakeCXCursor(Init, VD, cxcursor::getCursorTU(cursor)); in clang_Cursor_getVarDeclInitializer()