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;
257 AttrListInfo(const Decl *D, IndexingContext &IdxCtx);
260 IndexingContext &IdxCtx);
326 IndexingContext &IdxCtx,
341 IndexingContext &IdxCtx, ScratchAlloc &SA);
510 inline ScratchAlloc::ScratchAlloc(IndexingContext &idxCtx) : IdxCtx(idxCtx) {
511 ++IdxCtx.StrAdapterCount;
513 inline ScratchAlloc::ScratchAlloc(const ScratchAlloc &SA) : IdxCtx(SA.IdxCtx)
    [all...]
Indexing.cpp 36 static void indexDiagnostics(CXTranslationUnit TU, IndexingContext &IdxCtx);
431 static void indexPreprocessingRecord(ASTUnit &Unit, IndexingContext &IdxCtx) {
456 IdxCtx.ppIncludedFile(ID->getSourceRange().getBegin(), ID->getFileName(),
463 static void indexTranslationUnit(ASTUnit &Unit, IndexingContext &IdxCtx) {
473 IdxCtx.indexTopLevelDecl(*TL);
474 if (IdxCtx.shouldAbort())
482 IdxCtx.indexTopLevelDecl(*I);
483 if (IdxCtx.shouldAbort())
489 static void indexDiagnostics(CXTranslationUnit TU, IndexingContext &IdxCtx) {
490 if (!IdxCtx.hasDiagnosticCallback()
    [all...]
IndexingContext.cpp 24 IndexingContext &IdxCtx,
32 IdxCtx.getEntityInfo(PD, ProtEntities.back(), SA);
34 MakeCursorObjCProtocolRef(PD, Loc, IdxCtx.CXTU),
35 IdxCtx.getIndexLoc(Loc) };
38 if (IdxCtx.shouldSuppressRefs())
39 IdxCtx.markEntityOccurrenceInFile(PD, Loc);
64 AttrListInfo::AttrListInfo(const Decl *D, IndexingContext &IdxCtx)
65 : SA(IdxCtx), ref_cnt(0) {
73 CXCursor C = MakeCXCursor(A, const_cast<Decl *>(D), IdxCtx.CXTU);
74 CXIdxLoc Loc = IdxCtx.getIndexLoc(A->getLocation())
    [all...]

Completed in 33 milliseconds