Home
last modified time | relevance | path

Searched refs:getCursorTU (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/clang/tools/libclang/
H A DCXCursor.cpp1166 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()
1453 return cxtype::MakeCXType(QualType(), getCursorTU(C)); in clang_Cursor_getTemplateArgumentType()
1457 return cxtype::MakeCXType(QualType(), 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()
[all …]
H A DCIndexCXX.cpp58 return MakeCXCursor(Template->getTemplatedDecl(), getCursorTU(C)).kind; in clang_getTemplateCursorKind()
121 return MakeCXCursor(Template, getCursorTU(C)); in clang_getSpecializedCursorTemplate()
H A DCIndexUSRs.cpp46 CXTranslationUnit TU = cxcursor::getCursorTU(C); in clang_getCursorUSR()
67 CXTranslationUnit TU = cxcursor::getCursorTU(C); in clang_getCursorUSR()
H A DCIndexHigh.cpp445 if (findMacroRefsInFile(cxcursor::getCursorTU(cursor), in clang_findReferencesInFile()
470 if (findIdRefsInFile(cxcursor::getCursorTU(cursor), in clang_findReferencesInFile()
H A DCXType.cpp225 CXTranslationUnit TU = cxcursor::getCursorTU(C); in clang_getCursorType()
314 CXTranslationUnit TU = cxcursor::getCursorTU(C); in clang_getTypedefDeclUnderlyingType()
332 CXTranslationUnit TU = cxcursor::getCursorTU(C); in clang_getEnumDeclIntegerType()
737 return MakeCXType(MD->getReturnType(), cxcursor::getCursorTU(C)); in clang_getCursorResultType()
742 return MakeCXType(QualType(), cxcursor::getCursorTU(C)); in clang_getCursorResultType()
H A DCXCursor.h244 CXTranslationUnit getCursorTU(CXCursor Cursor);
H A DCXComment.cpp38 return createCXComment(FC, getCursorTU(C)); in clang_Cursor_getParsedComment()
H A DCIndex.cpp527 CXTranslationUnit TU = getCursorTU(Cursor); in 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()
[all …]