Searched refs:nestedType (Results 1 – 1 of 1) sorted by relevance
2036 if (llvm::DIType *nestedType = getOrCreateType(Ty, getOrCreateFile(Loc))) in CollectRecordNestedType() local2037 elements.push_back(nestedType); in CollectRecordNestedType()2089 if (const auto *nestedType = dyn_cast<TypeDecl>(I)) { in CollectRecordFields() local2094 if (!nestedType->isImplicit() && in CollectRecordFields()2095 nestedType->getDeclContext() == record) in CollectRecordFields()2096 CollectRecordNestedType(nestedType, elements); in CollectRecordFields()