Lines Matching refs:Element
143 for (const auto Element : Elements) { in completeType() local
144 const auto *Enum = cast<DIEnumerator>(Element); in completeType()
224 for (const auto *Element : Elements) { in completeType() local
226 const auto *DDTy = cast<DIDerivedType>(Element); in completeType()
273 auto Element = Elements[I].resolve(); in completeType() local
274 if (Element) { in completeType()
276 Param.Type = BDebug.getTypeId(Element); in completeType()
377 for (const auto Element : Elements) { in visitSubroutineType() local
378 visitTypeEntry(Element.resolve()); in visitSubroutineType()
391 for (const auto *Element : Elements) { in visitStructType() local
392 auto E = cast<DIDerivedType>(Element); in visitStructType()
404 for (const auto *Element : Elements) in visitStructType() local
405 visitTypeEntry(cast<DIDerivedType>(Element)); in visitStructType()