Searched refs:field_qual_type (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp2810 clang::QualType field_qual_type = field_pos->getType(); local
2812 if (field_qual_type->isFloatingType()) {
2813 if (field_qual_type->isComplexType())
2817 base_qual_type = field_qual_type;
2822 if (field_qual_type.getTypePtr() !=
2827 } else if (field_qual_type->isVectorType() ||
2828 field_qual_type->isExtVectorType()) {
2830 base_qual_type = field_qual_type;
2838 if (field_qual_type.getTypePtr() != base_qual_type.getTypePtr())
6978 clang::QualType field_qual_type local
[all...]

Completed in 57 milliseconds