Lines Matching refs:getCursorTU
897 CXTranslationUnit TU = getCursorTU(Cursor); in getCursorASTUnit()
903 CXTranslationUnit cxcursor::getCursorTU(CXCursor Cursor) { in getCursorTU() function in cxcursor
914 CXTranslationUnit TU = getCursorTU(cursor); in getOverriddenCursors()
985 CXTranslationUnit TU = getCursorTU(cursor); in getTypeRefCursor()
1029 return getCursorTU(cursor); in clang_Cursor_getTranslationUnit()
1057 cxcursor::getCursorTU(C)); in clang_Cursor_getArgument()
1061 cxcursor::getCursorTU(C)); in clang_Cursor_getArgument()
1071 cxcursor::getCursorTU(C)); in clang_Cursor_getArgument()
1170 return cxtype::MakeCXType(QualType(), getCursorTU(C)); in clang_Cursor_getTemplateArgumentType()
1174 return cxtype::MakeCXType(QualType(), getCursorTU(C)); in clang_Cursor_getTemplateArgumentType()
1177 return cxtype::MakeCXType(TA.getAsType(), getCursorTU(C)); in clang_Cursor_getTemplateArgumentType()
1344 CXTranslationUnit TU = cxcursor::getCursorTU(cursor); in clang_getOverriddenCursors()
1374 assert(cxcursor::getCursorTU(backRefCursor) == TU); in clang_getOverriddenCursors()
1403 CXTranslationUnit TU = getCursorTU(*overridden); in clang_disposeOverriddenCursors()
1447 CXTranslationUnit TU = cxcursor::getCursorTU(C); in clang_Cursor_getReceiverType()