HomeSort by relevance Sort by last modified time
    Searched refs:CXTU (Results 1 - 3 of 3) sorted by null

  /external/clang/tools/libclang/
IndexingContext.cpp 34 MakeCursorObjCProtocolRef(PD, Loc, IdxCtx.CXTU),
73 CXCursor C = MakeCXCursor(A, const_cast<Decl *>(D), IdxCtx.CXTU);
107 IBAttr->getInterfaceLoc(), IdxCtx.CXTU);
146 MakeCursorCXXBaseSpecifier(&Base, IdxCtx.CXTU),
200 static_cast<ASTUnit*>(CXTU->TUData)->setASTContext(&ctx);
204 static_cast<ASTUnit*>(CXTU->TUData)->setPreprocessor(&PP);
364 CXTU),
377 BaseClass.cursor = MakeCursorObjCSuperClassRef(SuperD, SuperLoc, CXTU);
419 CXTU),
456 MakeCursorObjCClassRef(IFaceD, ClassLoc, CXTU);
    [all...]
Indexing.cpp 33 using namespace cxtu;
180 CXTranslationUnit CXTU;
186 CXTranslationUnit cxTU)
187 : IndexCtx(clientData, indexCallbacks, indexOptions, cxTU),
188 CXTU(cxTU) { }
200 indexDiagnostics(CXTU, IndexCtx);
357 OwningPtr<CXTUOwner> CXTU(new CXTUOwner(MakeCXTranslationUnit(CXXIdx, Unit)));
361 CXTUCleanup(CXTU.get());
365 index_options, CXTU->getTU()))
    [all...]
IndexingContext.h 295 CXTranslationUnit CXTU;
351 unsigned indexOptions, CXTranslationUnit cxTU)
353 IndexOptions(indexOptions), CXTU(cxTU),
502 return cxcursor::MakeCXCursor(const_cast<Decl*>(D), CXTU);

Completed in 66 milliseconds