Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp2797 QualType BaseElementType = Context.getBaseElementType(*this); in isTriviallyRelocatableType() local
2799 if (BaseElementType->isIncompleteType()) { in isTriviallyRelocatableType()
2801 } else if (!BaseElementType->isObjectType()) { in isTriviallyRelocatableType()
2803 } else if (const auto *RD = BaseElementType->getAsRecordDecl()) { in isTriviallyRelocatableType()
2805 } else if (BaseElementType.isTriviallyCopyableType(Context)) { in isTriviallyRelocatableType()