Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCXCursor.cpp897 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()
[all …]
DCIndexCXX.cpp61 return MakeCXCursor(Template->getTemplatedDecl(), getCursorTU(C)).kind; in clang_getTemplateCursorKind()
124 return MakeCXCursor(Template, getCursorTU(C)); in clang_getSpecializedCursorTemplate()
DCIndexUSRs.cpp49 CXTranslationUnit TU = cxcursor::getCursorTU(C); in clang_getCursorUSR()
70 CXTranslationUnit TU = cxcursor::getCursorTU(C); in clang_getCursorUSR()
DCXType.cpp143 CXTranslationUnit TU = cxcursor::getCursorTU(C); in clang_getCursorType()
238 CXTranslationUnit TU = cxcursor::getCursorTU(C); in clang_getTypedefDeclUnderlyingType()
256 CXTranslationUnit TU = cxcursor::getCursorTU(C); in clang_getEnumDeclIntegerType()
586 return MakeCXType(MD->getReturnType(), cxcursor::getCursorTU(C)); in clang_getCursorResultType()
591 return MakeCXType(QualType(), cxcursor::getCursorTU(C)); in clang_getCursorResultType()
DCIndexHigh.cpp448 if (findMacroRefsInFile(cxcursor::getCursorTU(cursor), in clang_findReferencesInFile()
473 if (findIdRefsInFile(cxcursor::getCursorTU(cursor), in clang_findReferencesInFile()
DCXCursor.h252 CXTranslationUnit getCursorTU(CXCursor Cursor);
DCIndex.cpp517 CXTranslationUnit TU = getCursorTU(Cursor); in VisitChildren()
3478 CursorVisitor CursorVis(getCursorTU(parent), visitor, client_data, in clang_visitChildren()
3559 return clang_getTranslationUnitSpelling(getCursorTU(C)); in clang_getCursorSpelling()
4850 CXTranslationUnit tu = getCursorTU(C); in clang_getCursorReferenced()
4961 CXTranslationUnit TU = getCursorTU(C); in clang_getCursorDefinition()
5177 return MakeCXCursor(CatD, getCursorTU(C)); in clang_getCanonicalCursor()
5181 return MakeCXCursor(IFD, getCursorTU(C)); in clang_getCanonicalCursor()
5183 return MakeCXCursor(D->getCanonicalDecl(), getCursorTU(C)); in clang_getCanonicalCursor()
5219 CXTranslationUnit TU = getCursorTU(cursor); in clang_getOverloadedDecl()
6538 getCursorTU(cursor)); in clang_getCursorSemanticParent()
[all …]
DCXComment.cpp42 return createCXComment(FC, getCursorTU(C)); in clang_Cursor_getParsedComment()