Home
last modified time | relevance | path

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

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