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);
432 CXTU),
445 BaseClass.cursor = MakeCursorObjCSuperClassRef(SuperD, SuperLoc, CXTU);
    [all...]
Indexing.cpp 36 using namespace cxtu;
413 CXTranslationUnit CXTU;
422 CXTranslationUnit cxTU,
424 : IndexCtx(clientData, indexCallbacks, indexOptions, cxTU),
425 CXTU(cxTU), SKData(skData) { }
452 indexDiagnostics(CXTU, IndexCtx);
614 OwningPtr<CXTUOwner> CXTU(new CXTUOwner(MakeCXTranslationUnit(CXXIdx, Unit)));
618 CXTUCleanup(CXTU.get());
629 index_options, CXTU->getTU()
    [all...]
IndexingContext.h 285 CXTranslationUnit CXTU;
341 unsigned indexOptions, CXTranslationUnit cxTU)
343 IndexOptions(indexOptions), CXTU(cxTU),
497 return cxcursor::MakeCXCursor(D, CXTU);

Completed in 1194 milliseconds