Searched defs:IsAggregateType (Results 1 – 4 of 4) sorted by relevance
/llvm-project/lldb/source/API/ | ||
H A D | SBType.cpp | 293 bool SBType::IsAggregateType() { in IsAggregateType() function in SBType |
/llvm-project/lldb/source/Symbol/ | ||
H A D | Type.cpp | 500 bool Type::IsAggregateType() { IsAggregateType() function in Type |
H A D | CompilerType.cpp | 31 bool CompilerType::IsAggregateType() const { in IsAggregateType() function in CompilerType |
/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ | ||
H A D | TypeSystemClang.cpp | 2775 bool TypeSystemClang::IsAggregateType(lldb::opaque_compiler_type_t type) { IsAggregateType() function in TypeSystemClang |