Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Symbol/
DCompilerDecl.cpp42 lhs.GetOpaqueDecl() == rhs.GetOpaqueDecl(); in operator ==()
48 lhs.GetOpaqueDecl() != rhs.GetOpaqueDecl(); in operator !=()
DDeclVendor.cpp27 decl.GetTypeSystem()->GetTypeForDecl(decl.GetOpaqueDecl())) in FindTypes()
/external/llvm-project/lldb/include/lldb/Symbol/
DCompilerDecl.h58 void *GetOpaqueDecl() const { return m_opaque_decl; } in GetOpaqueDecl() function
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangUtil.cpp33 return static_cast<clang::Decl *>(decl.GetOpaqueDecl()); in GetDecl()
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFASTParserClang.cpp3223 (clang::Decl *)imported_decl.GetOpaqueDecl())) in GetClangDeclForDIE()