Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaConcept.cpp1398 for (auto &LConjunction : LDNF) { in makeDNF() local
1401 Combined.reserve(LConjunction.size() + RConjunction.size()); in makeDNF()
1402 std::copy(LConjunction.begin(), LConjunction.end(), in makeDNF()