Home
last modified time | relevance | path

Searched refs:CXTU (Results 1 – 3 of 3) sorted by relevance

/external/clang/tools/libclang/
DIndexingContext.cpp33 MakeCursorObjCProtocolRef(PD, Loc, IdxCtx.CXTU), in ObjCProtocolListInfo()
72 CXCursor C = MakeCXCursor(A, D, IdxCtx.CXTU); in AttrListInfo()
106 IBAttr->getInterfaceLoc(), IdxCtx.CXTU); in AttrListInfo()
145 MakeCursorCXXBaseSpecifier(&Base, IdxCtx.CXTU), in CXXBasesListInfo()
199 cxtu::getASTUnit(CXTU)->setASTContext(&ctx); in setASTContext()
203 cxtu::getASTUnit(CXTU)->setPreprocessor(&PP); in setPreprocessor()
440 CXTU), in handleObjCInterface()
453 BaseClass.cursor = MakeCursorObjCSuperClassRef(SuperD, SuperLoc, CXTU); in handleObjCInterface()
495 CXTU), in handleObjCProtocol()
532 MakeCursorObjCClassRef(IFaceD, ClassLoc, CXTU); in handleObjCCategory()
[all …]
DIndexing.cpp410 CXTranslationUnit CXTU; member in __anonb27e7a610111::IndexingFrontendAction
422 CXTU(cxTU), SKData(skData) { } in IndexingFrontendAction()
449 indexDiagnostics(CXTU, IndexCtx); in EndSourceFileAction()
614 OwningPtr<CXTUOwner> CXTU(new CXTUOwner(MakeCXTranslationUnit(CXXIdx, Unit))); in clang_indexSourceFile_Impl() local
618 CXTUCleanup(CXTU.get()); in clang_indexSourceFile_Impl()
629 index_options, CXTU->getTU(), in clang_indexSourceFile_Impl()
677 *out_TU = CXTU->takeTU(); in clang_indexSourceFile_Impl()
DIndexingContext.h286 CXTranslationUnit CXTU; variable
344 IndexOptions(indexOptions), CXTU(cxTU), in IndexingContext()
500 return cxcursor::MakeCXCursor(D, CXTU); in getCursor()