reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/AST/DeclBase.h
  269   bool isInSemaDC() const { return DeclCtx.is<DeclContext*>(); }
  270   bool isOutOfSemaDC() const { return DeclCtx.is<MultipleDC*>(); }
  273     return DeclCtx.get<MultipleDC*>();
  277     return DeclCtx.get<DeclContext*>();
tools/clang/lib/AST/DeclBase.cpp
  296   DeclCtx = DC;
  326     DeclCtx = SemaDC;
  331     DeclCtx = MDC;