Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaConcept.cpp864 for (auto &RConjunction : RDNF) { in makeDNF() local
866 Combined.reserve(LConjunction.size() + RConjunction.size()); in makeDNF()
869 std::copy(RConjunction.begin(), RConjunction.end(), in makeDNF()