Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCIndexCXX.cpp61 return MakeCXCursor(Template->getTemplatedDecl(), getCursorTU(C)).kind; in clang_getTemplateCursorKind()
124 return MakeCXCursor(Template, getCursorTU(C)); in clang_getSpecializedCursorTemplate()
DCXCursor.cpp798 CXTranslationUnit TU = getCursorTU(Cursor); in getCursorASTUnit()
804 CXTranslationUnit cxcursor::getCursorTU(CXCursor Cursor) { in getCursorTU() function in cxcursor
815 CXTranslationUnit TU = getCursorTU(cursor); in getOverriddenCursors()
886 CXTranslationUnit TU = getCursorTU(cursor); in getTypeRefCursor()
930 return getCursorTU(cursor); in clang_Cursor_getTranslationUnit()
951 cxcursor::getCursorTU(C)); in clang_Cursor_getArgument()
955 cxcursor::getCursorTU(C)); in clang_Cursor_getArgument()
1093 CXTranslationUnit TU = cxcursor::getCursorTU(cursor); in clang_getOverriddenCursors()
1123 assert(cxcursor::getCursorTU(backRefCursor) == TU); in clang_getOverriddenCursors()
1152 CXTranslationUnit TU = getCursorTU(*overridden); in clang_disposeOverriddenCursors()
[all …]
DCXType.cpp133 CXTranslationUnit TU = cxcursor::getCursorTU(C); in clang_getCursorType()
220 CXTranslationUnit TU = cxcursor::getCursorTU(C); in clang_getTypedefDeclUnderlyingType()
238 CXTranslationUnit TU = cxcursor::getCursorTU(C); in clang_getEnumDeclIntegerType()
557 return MakeCXType(MD->getResultType(), cxcursor::getCursorTU(C)); in clang_getCursorResultType()
562 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);
DCIndexUSRs.cpp831 CXTranslationUnit TU = cxcursor::getCursorTU(C); in clang_getCursorUSR()
852 CXTranslationUnit TU = cxcursor::getCursorTU(C); in clang_getCursorUSR()
DCIndex.cpp492 CXTranslationUnit TU = getCursorTU(Cursor); in VisitChildren()
3070 CursorVisitor CursorVis(getCursorTU(parent), visitor, client_data, in clang_visitChildren()
3151 return clang_getTranslationUnitSpelling(getCursorTU(C)); in clang_getCursorSpelling()
4304 CXTranslationUnit tu = getCursorTU(C); in clang_getCursorReferenced()
4415 CXTranslationUnit TU = getCursorTU(C); in clang_getCursorDefinition()
4618 return MakeCXCursor(CatD, getCursorTU(C)); in clang_getCanonicalCursor()
4622 return MakeCXCursor(IFD, getCursorTU(C)); in clang_getCanonicalCursor()
4624 return MakeCXCursor(D->getCanonicalDecl(), getCursorTU(C)); in clang_getCanonicalCursor()
4660 CXTranslationUnit TU = getCursorTU(cursor); in clang_getOverloadedDecl()
5861 getCursorTU(cursor)); in clang_getCursorSemanticParent()
[all …]