HomeSort by relevance Sort by last modified time
    Searched refs:IdxCtx (Results 1 - 3 of 3) 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...]
IndexingContext.cpp 23 IndexingContext &IdxCtx,
31 IdxCtx.getEntityInfo(PD, ProtEntities.back(), SA);
33 MakeCursorObjCProtocolRef(PD, Loc, IdxCtx.CXTU),
34 IdxCtx.getIndexLoc(Loc) };
37 if (IdxCtx.shouldSuppressRefs())
38 IdxCtx.markEntityOccurrenceInFile(PD, Loc);
63 AttrListInfo::AttrListInfo(const Decl *D, IndexingContext &IdxCtx)
64 : SA(IdxCtx), ref_cnt(0) {
72 CXCursor C = MakeCXCursor(A, D, IdxCtx.CXTU);
73 CXIdxLoc Loc = IdxCtx.getIndexLoc(A->getLocation())
    [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 34 milliseconds