Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaConcept.cpp1296 for (auto &RConjunction : RDNF) { in makeDNF() local
1298 Combined.reserve(LConjunction.size() + RConjunction.size()); in makeDNF()
1301 std::copy(RConjunction.begin(), RConjunction.end(), in makeDNF()