HomeSort by relevance Sort by last modified time
    Searched refs:ParentDC (Results 1 - 3 of 3) sorted by null

  /external/clang/tools/libclang/
IndexBody.cpp 21 const DeclContext *ParentDC;
25 : IndexCtx(indexCtx), ParentDC(DC) { }
30 IndexCtx.indexTypeLoc(TL, 0, ParentDC);
41 IndexCtx.handleReference(D, E->getLocation(), 0, ParentDC, E);
52 IndexCtx.handleReference(D, E->getMemberLoc(), 0, ParentDC, E);
63 IndexCtx.handleReference(D, E->getLocation(), 0, ParentDC, E);
69 IndexCtx.handleReference(MD, E->getSelectorStartLoc(), 0, ParentDC, E);
76 IndexCtx.handleReference(MD, E->getLocation(), 0, ParentDC, E,
79 IndexCtx.handleReference(MD, E->getLocation(), 0, ParentDC, E,
83 ParentDC, E)
    [all...]
IndexTypeSourceInfo.cpp 22 const DeclContext *ParentDC;
27 : IndexCtx(indexCtx), Parent(parent), ParentDC(DC) { }
33 Parent, ParentDC);
49 Parent, ParentDC);
55 Parent, ParentDC);
62 Parent, ParentDC);
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp     [all...]

Completed in 143 milliseconds