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

  /external/clang/tools/libclang/
Indexing.cpp 40 static void indexDiagnostics(CXTranslationUnit TU, IndexingContext &IdxCtx);
694 static void indexPreprocessingRecord(ASTUnit &Unit, IndexingContext &IdxCtx) {
714 IdxCtx.ppIncludedFile(Loc, ID->getFileName(),
723 IndexingContext &IdxCtx = *static_cast<IndexingContext*>(context);
724 IdxCtx.indexTopLevelDecl(D);
725 if (IdxCtx.shouldAbort())
730 static void indexTranslationUnit(ASTUnit &Unit, IndexingContext &IdxCtx) {
731 Unit.visitLocalTopLevelDecls(&IdxCtx, topLevelDeclVisitor);
734 static void indexDiagnostics(CXTranslationUnit TU, IndexingContext &IdxCtx) {
735 if (!IdxCtx.hasDiagnosticCallback()
    [all...]
IndexingContext.h 31 IndexingContext &IdxCtx;
248 AttrListInfo(const Decl *D, IndexingContext &IdxCtx);
251 IndexingContext &IdxCtx);
310 IndexingContext &IdxCtx,
325 IndexingContext &IdxCtx, ScratchAlloc &SA);
501 inline ScratchAlloc::ScratchAlloc(IndexingContext &idxCtx) : IdxCtx(idxCtx) {
502 ++IdxCtx.StrAdapterCount;
504 inline ScratchAlloc::ScratchAlloc(const ScratchAlloc &SA) : IdxCtx(SA.IdxCtx)
    [all...]

Completed in 36 milliseconds