Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp293 bool SBType::IsAggregateType() { in IsAggregateType() function in SBType
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp500 bool Type::IsAggregateType() { in IsAggregateType() function in Type
H A DCompilerType.cpp31 bool CompilerType::IsAggregateType() const { in IsAggregateType() function in CompilerType
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2775 bool TypeSystemClang::IsAggregateType(lldb::opaque_compiler_type_t type) { in IsAggregateType() function in TypeSystemClang