Searched refs:GetOpaqueDeclContext (Results 1 - 8 of 8) sorted by relevance

/openbsd-current/gnu/llvm/lldb/source/Symbol/
H A DCompilerDeclContext.cpp63 lhs.GetOpaqueDeclContext() == rhs.GetOpaqueDeclContext();
69 lhs.GetOpaqueDeclContext() != rhs.GetOpaqueDeclContext();
/openbsd-current/gnu/llvm/lldb/include/lldb/Symbol/
H A DCompilerDeclContext.h103 void *GetOpaqueDeclContext() const { return m_opaque_decl_ctx; } function in class:lldb_private::CompilerDeclContext
/openbsd-current/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1155 (clang::DeclContext *)frame_decl_context.GetOpaqueDeclContext();
1196 (clang::DeclContext *)func_decl_context.GetOpaqueDeclContext();
1839 .GetOpaqueDeclContext();
/openbsd-current/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp734 static_cast<clang::DeclContext *>(decl_ctx.GetOpaqueDeclContext()));
1718 parent_decl_ctx.GetOpaqueDeclContext());
/openbsd-current/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp1447 return static_cast<clang::DeclContext *>(context.GetOpaqueDeclContext());
/openbsd-current/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp2252 (clang::DeclContext *)decl_context.GetOpaqueDeclContext();
3410 return (clang::DeclContext *)decl_context.GetOpaqueDeclContext();
H A DSymbolFileDWARF.cpp2684 static_cast<const void *>(namespace_decl_ctx.GetOpaqueDeclContext()),
/openbsd-current/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp9821 return (clang::DeclContext *)dc.GetOpaqueDeclContext();
9829 (clang::DeclContext *)dc.GetOpaqueDeclContext());
9837 (clang::DeclContext *)dc.GetOpaqueDeclContext());
9845 (clang::DeclContext *)dc.GetOpaqueDeclContext());
9853 (clang::DeclContext *)dc.GetOpaqueDeclContext());

Completed in 293 milliseconds