Searched refs:GetOpaqueDecl (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerDecl.cpp42 lhs.GetOpaqueDecl() == rhs.GetOpaqueDecl();
48 lhs.GetOpaqueDecl() != rhs.GetOpaqueDecl();
H A DDeclVendor.cpp27 decl.GetTypeSystem()->GetTypeForDecl(decl.GetOpaqueDecl()))
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangDeclVendor.cpp25 clang::Decl *d = static_cast<clang::Decl *>(compiler_decl.GetOpaqueDecl());
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerDecl.h58 void *GetOpaqueDecl() const { return m_opaque_decl; } function in class:lldb_private::CompilerDecl
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp1350 return static_cast<clang::Decl *>(decl.GetOpaqueDecl());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp3284 (clang::Decl *)imported_decl.GetOpaqueDecl()))

Completed in 187 milliseconds