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 33 MakeCursorObjCProtocolRef(PD, Loc, IdxCtx.CXTU),
72 CXCursor C = MakeCXCursor(A, D, IdxCtx.CXTU);
106 IBAttr->getInterfaceLoc(), IdxCtx.CXTU);
145 MakeCursorCXXBaseSpecifier(&Base, IdxCtx.CXTU),
199 cxtu::getASTUnit(CXTU)->setASTContext(&ctx);
203 cxtu::getASTUnit(CXTU)->setPreprocessor(&PP);
440 CXTU),
453 BaseClass.cursor = MakeCursorObjCSuperClassRef(SuperD, SuperLoc, CXTU);
    [all...]
Indexing.cpp 36 using namespace cxtu;
410 CXTranslationUnit CXTU;
419 CXTranslationUnit cxTU,
421 : IndexCtx(clientData, indexCallbacks, indexOptions, cxTU),
422 CXTU(cxTU), SKData(skData) { }
449 indexDiagnostics(CXTU, IndexCtx);
614 OwningPtr<CXTUOwner> CXTU(new CXTUOwner(MakeCXTranslationUnit(CXXIdx, Unit)));
618 CXTUCleanup(CXTU.get());
629 index_options, CXTU->getTU()
    [all...]
IndexingContext.h 286 CXTranslationUnit CXTU;
342 unsigned indexOptions, CXTranslationUnit cxTU)
344 IndexOptions(indexOptions), CXTU(cxTU),
500 return cxcursor::MakeCXCursor(D, CXTU);

Completed in 59 milliseconds