Searched refs:nestedType (Results 1 – 1 of 1) sorted by relevance
1618 llvm::DIType *nestedType = getOrCreateType(Ty, getOrCreateFile(Loc)); in CollectRecordNestedType() local1619 elements.push_back(nestedType); in CollectRecordNestedType()1671 if (const auto *nestedType = dyn_cast<TypeDecl>(I)) { in CollectRecordFields() local1676 if (!nestedType->isImplicit() && in CollectRecordFields()1677 nestedType->getDeclContext() == record) in CollectRecordFields()1678 CollectRecordNestedType(nestedType, elements); in CollectRecordFields()