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 31 IndexingContext &IdxCtx;
248 AttrListInfo(const Decl *D, IndexingContext &IdxCtx);
251 IndexingContext &IdxCtx);
317 IndexingContext &IdxCtx,
332 IndexingContext &IdxCtx, ScratchAlloc &SA);
508 inline ScratchAlloc::ScratchAlloc(IndexingContext &idxCtx) : IdxCtx(idxCtx) {
509 ++IdxCtx.StrAdapterCount;
511 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...]