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

Declarations

tools/clang/lib/CodeGen/CGDebugInfo.h
  540   llvm::DIScope *getContextDescriptor(const Decl *Context,

References

tools/clang/lib/CodeGen/CGDebugInfo.cpp
  201   return getContextDescriptor(cast<Decl>(D->getDeclContext()),
 3258       FDContext = getContextDescriptor(RDecl, Mod ? Mod : TheCU);
 3320   VDContext = getContextDescriptor(cast<Decl>(DC), Mod ? Mod : TheCU);
 4499     DContext = getContextDescriptor(
 4537   return getContextDescriptor(D, Mod ? Mod : TheCU);