Home
last modified time | relevance | path

Searched defs:GetStaticFieldWithName (Results 1 – 4 of 4) sorted by relevance

/llvm-project/lldb/include/lldb/Symbol/
H A DTypeSystem.h358 virtual CompilerDecl GetStaticFieldWithName(lldb::opaque_compiler_type_t type, GetStaticFieldWithName() function
/llvm-project/lldb/source/API/
H A DSBType.cpp532 SBTypeStaticField SBType::GetStaticFieldWithName(const char *name) { in GetStaticFieldWithName() function in SBType
/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp879 CompilerDecl CompilerType::GetStaticFieldWithName(llvm::StringRef name) const { GetStaticFieldWithName() function in CompilerType
/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp6025 TypeSystemClang::GetStaticFieldWithName(lldb::opaque_compiler_type_t type, GetStaticFieldWithName() function in TypeSystemClang