Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp3503 clang::QualType pointee_qual_type; in IsPossibleDynamicType() local
3541 pointee_qual_type = in IsPossibleDynamicType()
3548 pointee_qual_type = in IsPossibleDynamicType()
3562 pointee_qual_type.getCanonicalType()->getTypeClass(); in IsPossibleDynamicType()
3565 switch (llvm::cast<clang::BuiltinType>(pointee_qual_type)->getKind()) { in IsPossibleDynamicType()
3570 weak_from_this(), pointee_qual_type.getAsOpaquePtr()); in IsPossibleDynamicType()
3580 pointee_qual_type->getAsCXXRecordDecl(); in IsPossibleDynamicType()
3591 is_complete = GetType(pointee_qual_type).GetCompleteType(); in IsPossibleDynamicType()
3602 weak_from_this(), pointee_qual_type.getAsOpaquePtr()); in IsPossibleDynamicType()
3614 weak_from_this(), pointee_qual_type.getAsOpaquePtr()); in IsPossibleDynamicType()