Home
last modified time | relevance | path

Searched refs:GetStaticFieldWithName (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h216 lldb::SBTypeStaticField GetStaticFieldWithName(const char *name);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp532 SBTypeStaticField SBType::GetStaticFieldWithName(const char *name) { in GetStaticFieldWithName() function in SBType
539 .GetStaticFieldWithName(name)); in GetStaticFieldWithName()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h431 CompilerDecl GetStaticFieldWithName(llvm::StringRef name) const;
H A DTypeSystem.h358 virtual CompilerDecl GetStaticFieldWithName(lldb::opaque_compiler_type_t type, in GetStaticFieldWithName() function
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp879 CompilerDecl CompilerType::GetStaticFieldWithName(llvm::StringRef name) const { in GetStaticFieldWithName() function in CompilerType
881 return GetTypeSystem()->GetStaticFieldWithName(m_type, name); in GetStaticFieldWithName()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h887 CompilerDecl GetStaticFieldWithName(lldb::opaque_compiler_type_t type,
H A DTypeSystemClang.cpp6025 TypeSystemClang::GetStaticFieldWithName(lldb::opaque_compiler_type_t type, in GetStaticFieldWithName() function in TypeSystemClang
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp69028 result = (arg1)->GetStaticFieldWithName((char const *)arg2); in _wrap_SBType_GetStaticFieldWithName()