Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DType.cpp2509 QualType BaseElementType = Context.getBaseElementType(*this); in isTriviallyRelocatableType() local
2511 if (BaseElementType->isIncompleteType()) { in isTriviallyRelocatableType()
2513 } else if (const auto *RD = BaseElementType->getAsRecordDecl()) { in isTriviallyRelocatableType()