Lines Matching refs:getCursorTU
961 CXTranslationUnit TU = getCursorTU(Cursor); in getCursorASTUnit()
967 CXTranslationUnit cxcursor::getCursorTU(CXCursor Cursor) { in getCursorTU() function in cxcursor
978 CXTranslationUnit TU = getCursorTU(cursor); in getOverriddenCursors()
1049 CXTranslationUnit TU = getCursorTU(cursor); in getTypeRefCursor()
1093 return getCursorTU(cursor); in clang_Cursor_getTranslationUnit()
1121 cxcursor::getCursorTU(C)); in clang_Cursor_getArgument()
1125 cxcursor::getCursorTU(C)); in clang_Cursor_getArgument()
1135 cxcursor::getCursorTU(C)); in clang_Cursor_getArgument()
1234 return cxtype::MakeCXType(QualType(), getCursorTU(C)); in clang_Cursor_getTemplateArgumentType()
1238 return cxtype::MakeCXType(QualType(), getCursorTU(C)); in clang_Cursor_getTemplateArgumentType()
1241 return cxtype::MakeCXType(TA.getAsType(), getCursorTU(C)); in clang_Cursor_getTemplateArgumentType()
1409 CXTranslationUnit TU = cxcursor::getCursorTU(cursor); in clang_getOverriddenCursors()
1439 assert(cxcursor::getCursorTU(backRefCursor) == TU); in clang_getOverriddenCursors()
1468 CXTranslationUnit TU = getCursorTU(*overridden); in clang_disposeOverriddenCursors()
1512 CXTranslationUnit TU = cxcursor::getCursorTU(C); in clang_Cursor_getReceiverType()