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

  /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));
  /external/clang/lib/Sema/
IdentifierResolver.cpp 134 DeclContext *DCtx = D->getDeclContext()->getRedeclContext();
136 ? Ctx->InEnclosingNamespaceSetOf(DCtx)
137 : Ctx->Equals(DCtx);
  /external/clang/lib/AST/
DeclBase.cpp     [all...]
  /external/clang/include/clang/AST/
DeclBase.h     [all...]

Completed in 3402 milliseconds