Searched refs:NestedTypes (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2112 std::vector<const DIType *> NestedTypes; member in struct:llvm::ClassInfo
2186 Info.NestedTypes.push_back(DDTy);
2192 Info.NestedTypes.push_back(Composite);
2430 for (const DIType *Nested : Info.NestedTypes) {
2438 !Info.NestedTypes.empty());
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp2876 SmallVector<QualType, 4> NestedTypes; local
2892 NestedTypes.push_back(T);
2965 std::reverse(NestedTypes.begin(), NestedTypes.end());
3008 for (unsigned TypeIdx = 0, NumTypes = NestedTypes.size(); TypeIdx != NumTypes;
3010 T = NestedTypes[TypeIdx];
3200 << NestedTypes.back();

Completed in 123 milliseconds