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

  /external/clang/lib/StaticAnalyzer/Checkers/
DirectIvarAssignment.cpp 67 LocationOrAnalysisDeclContext DCtx;
74 Checker(Checker), DCtx(InDCtx) {}
143 AnalysisDeclContext *DCtx = Mgr.getAnalysisDeclContext(M);
152 DCtx);
204 PathDiagnosticLocation(IvarRef, BR.getSourceManager(), DCtx));
  /external/clang/lib/Sema/
IdentifierResolver.cpp 136 DeclContext *DCtx = D->getDeclContext()->getRedeclContext();
137 return AllowInlineNamespace ? Ctx->InEnclosingNamespaceSetOf(DCtx)
138 : Ctx->Equals(DCtx);

Completed in 166 milliseconds