Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp809 for (auto &InstantiationSet : InstantiationSetCollector) { in getInstantiationGroups() local
810 InstantiationGroup IG{InstantiationSet.first.first, in getInstantiationGroups()
811 InstantiationSet.first.second, in getInstantiationGroups()
812 std::move(InstantiationSet.second)}; in getInstantiationGroups()