Home
last modified time | relevance | path

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

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