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

Overridden By

tools/lldb/source/Symbol/ClangASTContext.cpp
 9920 CompilerDeclContext ClangASTContext::DeclGetDeclContext(void *opaque_decl) {

Declarations

tools/lldb/include/lldb/Symbol/TypeSystem.h
  121   virtual CompilerDeclContext DeclGetDeclContext(void *opaque_decl);

References

tools/lldb/source/Symbol/CompilerDecl.cpp
   28   return m_type_system->DeclGetDeclContext(m_opaque_decl);