HomeSort by relevance Sort by last modified time
    Searched defs:IdxCtx (Results 1 - 2 of 2) sorted by null

  /external/clang/tools/libclang/
IndexingContext.h 30 IndexingContext &IdxCtx;
247 AttrListInfo(const Decl *D, IndexingContext &IdxCtx);
250 IndexingContext &IdxCtx);
316 IndexingContext &IdxCtx,
331 IndexingContext &IdxCtx, ScratchAlloc &SA);
505 inline ScratchAlloc::ScratchAlloc(IndexingContext &idxCtx) : IdxCtx(idxCtx) {
506 ++IdxCtx.StrAdapterCount;
508 inline ScratchAlloc::ScratchAlloc(const ScratchAlloc &SA) : IdxCtx(SA.IdxCtx)
    [all...]
Indexing.cpp 39 static void indexDiagnostics(CXTranslationUnit TU, IndexingContext &IdxCtx);
700 static void indexPreprocessingRecord(ASTUnit &Unit, IndexingContext &IdxCtx) {
720 IdxCtx.ppIncludedFile(Loc, ID->getFileName(),
729 IndexingContext &IdxCtx = *static_cast<IndexingContext*>(context);
730 IdxCtx.indexTopLevelDecl(D);
731 if (IdxCtx.shouldAbort())
736 static void indexTranslationUnit(ASTUnit &Unit, IndexingContext &IdxCtx) {
737 Unit.visitLocalTopLevelDecls(&IdxCtx, topLevelDeclVisitor);
740 static void indexDiagnostics(CXTranslationUnit TU, IndexingContext &IdxCtx) {
741 if (!IdxCtx.hasDiagnosticCallback()
    [all...]

Completed in 51 milliseconds