Searched refs:CXTU (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
H A D | CXIndexDataConsumer.cpp | 200 Cursor = MakeCXCursor(ASTNode.OrigD, CXTU); in handleDeclOccurrence() 249 MakeCursorObjCProtocolRef(PD, Loc, IdxCtx.CXTU), in ObjCProtocolListInfo() 286 CXCursor C = MakeCXCursor(A, D, IdxCtx.CXTU); in AttrListInfo() 322 MakeCursorObjCClassRef(InterD, InterfaceLocStart, IdxCtx.CXTU); in AttrListInfo() 359 MakeCursorCXXBaseSpecifier(&Base, IdxCtx.CXTU), in CXXBasesListInfo() 413 cxtu::getASTUnit(CXTU)->setASTContext(&ctx); in setASTContext() 417 cxtu::getASTUnit(CXTU)->setPreprocessor(std::move(PP)); in setPreprocessor() 668 CXTU), in handleObjCInterface() 681 BaseClass.cursor = MakeCursorObjCSuperClassRef(SuperD, SuperLoc, CXTU); in handleObjCInterface() 724 CXTU), in handleObjCProtocol() [all …]
|
H A D | CXIndexDataConsumer.h | 280 CXTranslationUnit CXTU; variable 337 IndexOptions(indexOptions), CXTU(cxTU), in CXIndexDataConsumer() 341 CXTranslationUnit getCXTU() const { return CXTU; } in getCXTU() 473 return cxcursor::MakeCXCursor(D, CXTU); in getCursor()
|
H A D | Indexing.cpp | 560 std::unique_ptr<CXTUOwner> CXTU( in clang_indexSourceFile_Impl() local 565 CXTUCleanup(CXTU.get()); in clang_indexSourceFile_Impl() 576 CXTU->getTU()); in clang_indexSourceFile_Impl() 631 *out_TU = CXTU->takeTU(); in clang_indexSourceFile_Impl()
|