Lines Matching refs:getCursorTU
1166 CXTranslationUnit TU = getCursorTU(Cursor); in getCursorASTUnit()
1172 CXTranslationUnit cxcursor::getCursorTU(CXCursor Cursor) { in getCursorTU() function in cxcursor
1183 CXTranslationUnit TU = getCursorTU(cursor); in getOverriddenCursors()
1255 CXTranslationUnit TU = getCursorTU(cursor); in getTypeRefCursor()
1297 return getCursorTU(cursor); in clang_Cursor_getTranslationUnit()
1328 cxcursor::getCursorTU(C)); in clang_Cursor_getArgument()
1332 cxcursor::getCursorTU(C)); in clang_Cursor_getArgument()
1341 cxcursor::getCursorTU(C)); in clang_Cursor_getArgument()
1347 cxcursor::getCursorTU(C)); in clang_Cursor_getArgument()
1453 return cxtype::MakeCXType(QualType(), getCursorTU(C)); in clang_Cursor_getTemplateArgumentType()
1457 return cxtype::MakeCXType(QualType(), getCursorTU(C)); in clang_Cursor_getTemplateArgumentType()
1460 return cxtype::MakeCXType(TA.getAsType(), getCursorTU(C)); in clang_Cursor_getTemplateArgumentType()
1619 CXTranslationUnit TU = cxcursor::getCursorTU(cursor); in clang_getOverriddenCursors()
1648 assert(cxcursor::getCursorTU(backRefCursor) == TU); in clang_getOverriddenCursors()
1677 CXTranslationUnit TU = getCursorTU(*overridden); in clang_disposeOverriddenCursors()
1727 CXTranslationUnit TU = cxcursor::getCursorTU(C); in clang_Cursor_getReceiverType()