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

References

tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
 1259             (clang::DeclContext *)frame_decl_context.GetOpaqueDeclContext();
 1318                 (clang::DeclContext *)func_decl_context.GetOpaqueDeclContext();
 1919                 .GetOpaqueDeclContext();
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
 2191       (clang::DeclContext *)decl_context.GetOpaqueDeclContext();
 3511   return (clang::DeclContext *)decl_context.GetOpaqueDeclContext();
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
 2542         static_cast<const void *>(namespace_decl_ctx.GetOpaqueDeclContext()),
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
 1358   return static_cast<clang::DeclContext *>(context.GetOpaqueDeclContext());
tools/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
  723       static_cast<clang::DeclContext *>(decl_ctx.GetOpaqueDeclContext()));
 1700         parent_decl_ctx->GetOpaqueDeclContext());
tools/lldb/source/Symbol/ClangASTContext.cpp
10241     return (clang::DeclContext *)dc.GetOpaqueDeclContext();
10249         (clang::DeclContext *)dc.GetOpaqueDeclContext());
10257         (clang::DeclContext *)dc.GetOpaqueDeclContext());
10265         (clang::DeclContext *)dc.GetOpaqueDeclContext());
10273         (clang::DeclContext *)dc.GetOpaqueDeclContext());
tools/lldb/source/Symbol/CompilerDeclContext.cpp
   78          lhs.GetOpaqueDeclContext() == rhs.GetOpaqueDeclContext();
   78          lhs.GetOpaqueDeclContext() == rhs.GetOpaqueDeclContext();
   84          lhs.GetOpaqueDeclContext() != rhs.GetOpaqueDeclContext();
   84          lhs.GetOpaqueDeclContext() != rhs.GetOpaqueDeclContext();