Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1366 llvm::DIType *nestedType = getOrCreateType(Ty, getOrCreateFile(Loc)); in CollectRecordNestedType() local
1367 elements.push_back(nestedType); in CollectRecordNestedType()
1416 if (const auto *nestedType = dyn_cast<TypeDecl>(I)) in CollectRecordFields() local
1417 if (!nestedType->isImplicit() && in CollectRecordFields()
1418 nestedType->getDeclContext() == record) in CollectRecordFields()
1419 CollectRecordNestedType(nestedType, elements); in CollectRecordFields()