Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaConcept.cpp900 for (auto &LConjunction : LDNF) { in makeDNF() local
903 Combined.reserve(LConjunction.size() + RConjunction.size()); in makeDNF()
904 std::copy(LConjunction.begin(), LConjunction.end(), in makeDNF()