Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaConcept.cpp847 for (auto &RConjunction : RDNF) { in makeDNF() local
849 Combined.reserve(LConjunction.size() + RConjunction.size()); in makeDNF()
852 std::copy(RConjunction.begin(), RConjunction.end(), in makeDNF()