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.h439 CompilerDecl GetStaticFieldWithName(llvm::StringRef name) const;
H A DTypeSystem.h362 virtual CompilerDecl GetStaticFieldWithName(lldb::opaque_compiler_type_t type, in GetStaticFieldWithName() function
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp890 CompilerDecl CompilerType::GetStaticFieldWithName(llvm::StringRef name) const { in GetStaticFieldWithName() function in CompilerType
892 return GetTypeSystem()->GetStaticFieldWithName(m_type, name); in GetStaticFieldWithName()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h886 CompilerDecl GetStaticFieldWithName(lldb::opaque_compiler_type_t type,
H A DTypeSystemClang.cpp5999 TypeSystemClang::GetStaticFieldWithName(lldb::opaque_compiler_type_t type, in GetStaticFieldWithName() function in TypeSystemClang
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp70296 result = (arg1)->GetStaticFieldWithName((char const *)arg2); in _wrap_SBType_GetStaticFieldWithName()