Searched refs:DeclVendor (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangDeclVendor.h13 #include "lldb/Symbol/DeclVendor.h"
17 // A clang specialized extension to DeclVendor.
18 class ClangDeclVendor : public DeclVendor {
20 ClangDeclVendor(DeclVendorKind kind) : DeclVendor(kind) {}
24 using DeclVendor::FindDecls;
29 static bool classof(const DeclVendor *vendor) {
H A DClangModulesDeclVendor.h30 static bool classof(const DeclVendor *vendor) {
H A DClangASTSource.cpp828 DeclVendor *decl_vendor = language_runtime->GetDeclVendor();
1255 DeclVendor *decl_vendor = language_runtime->GetDeclVendor();
1443 DeclVendor *decl_vendor = language_runtime->GetDeclVendor();
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DDeclVendor.h1 //===-- DeclVendor.h --------------------------------------------*- C++ -*-===//
20 class DeclVendor { class in namespace:lldb_private
29 DeclVendor(DeclVendorKind kind) : m_kind(kind) {} function in class:lldb_private::DeclVendor
31 virtual ~DeclVendor() {}
35 /// Look up the set of Decls that the DeclVendor currently knows about
55 /// Look up the types that the DeclVendor currently knows about matching a
69 // For DeclVendor only
70 DISALLOW_COPY_AND_ASSIGN(DeclVendor);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DDeclVendor.cpp1 //===-- DeclVendor.cpp ------------------------------------------*- C++ -*-===//
9 #include "lldb/Symbol/DeclVendor.h"
18 std::vector<CompilerType> DeclVendor::FindTypes(ConstString name,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.h26 static bool classof(const DeclVendor *vendor) {
H A DAppleObjCRuntimeV1.h113 DeclVendor *GetDeclVendor() override;
148 std::unique_ptr<DeclVendor> m_decl_vendor_up;
H A DAppleObjCRuntimeV2.h76 DeclVendor *GetDeclVendor() override;
325 std::unique_ptr<DeclVendor> m_decl_vendor_up;
H A DAppleObjCRuntimeV1.cpp443 DeclVendor *AppleObjCRuntimeV1::GetDeclVendor() {
H A DAppleObjCTypeEncodingParser.cpp226 DeclVendor *decl_vendor = m_runtime.GetDeclVendor();
H A DAppleObjCRuntimeV2.cpp1981 DeclVendor *AppleObjCRuntimeV2::GetDeclVendor() {
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DLanguageRuntime.h19 #include "lldb/Symbol/DeclVendor.h"
136 virtual DeclVendor *GetDeclVendor() { return nullptr; }
/freebsd-11-stable/lib/clang/liblldb/
H A DMakefile521 SRCS+= Symbol/DeclVendor.cpp

Completed in 194 milliseconds