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

Completed in 297 milliseconds