Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp3594 clang::QualType pointee_qual_type; in IsPossibleDynamicType() local
3622 pointee_qual_type = in IsPossibleDynamicType()
3628 pointee_qual_type = in IsPossibleDynamicType()
3639 switch (pointee_qual_type.getCanonicalType()->getTypeClass()) { in IsPossibleDynamicType()
3641 switch (llvm::cast<clang::BuiltinType>(pointee_qual_type)->getKind()) { in IsPossibleDynamicType()
3644 set_dynamic_pointee_type(pointee_qual_type); in IsPossibleDynamicType()
3654 pointee_qual_type->getAsCXXRecordDecl(); in IsPossibleDynamicType()
3667 else if (GetType(pointee_qual_type).GetCompleteType()) in IsPossibleDynamicType()
3674 set_dynamic_pointee_type(pointee_qual_type); in IsPossibleDynamicType()
3681 set_dynamic_pointee_type(pointee_qual_type); in IsPossibleDynamicType()