Home
last modified time | relevance | path

Searched refs:GetOpaqueDecl (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerDecl.cpp47 lhs.GetOpaqueDecl() == rhs.GetOpaqueDecl(); in operator ==()
53 lhs.GetOpaqueDecl() != rhs.GetOpaqueDecl(); in operator !=()
H A DDeclVendor.cpp25 decl.GetTypeSystem()->GetTypeForDecl(decl.GetOpaqueDecl())) in FindTypes()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerDecl.h58 void *GetOpaqueDecl() const { return m_opaque_decl; } in GetOpaqueDecl() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUtil.cpp33 return static_cast<clang::Decl *>(decl.GetOpaqueDecl()); in GetDecl()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp3312 (clang::Decl *)imported_decl.GetOpaqueDecl())) in GetClangDeclForDIE()