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

  /external/clang/lib/Sema/
IdentifierResolver.cpp 134 DeclContext *DCtx = D->getDeclContext()->getRedeclContext();
136 ? Ctx->InEnclosingNamespaceSetOf(DCtx)
137 : Ctx->Equals(DCtx);
  /external/clang/lib/StaticAnalyzer/Checkers/
DirectIvarAssignment.cpp 72 LocationOrAnalysisDeclContext DCtx;
78 : IvarToPropMap(InMap), MD(InMD), InterfD(InID), BR(InBR), DCtx(InDCtx) {}
153 AnalysisDeclContext *DCtx = Mgr.getAnalysisDeclContext(M);
161 MethodCrawler MC(IvarToPropMap, M->getCanonicalDecl(), InterD, BR, DCtx);
219 DCtx));

Completed in 6782 milliseconds