Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp3865 const clang::ComplexType *complex_type = llvm::dyn_cast<clang::ComplexType>( in GetTypeInfo() local
3867 if (complex_type) { in GetTypeInfo()
3868 clang::QualType complex_element_type(complex_type->getElementType()); in GetTypeInfo()
5016 const clang::ComplexType *complex_type = in GetEncoding() local
5018 if (complex_type) in GetEncoding()
5019 encoding = GetType(complex_type->getElementType()).GetEncoding(count); in GetEncoding()