Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DODRDiagsEmitter.cpp1212 llvm::SmallVector<const TemplateArgument *, 8> SecondExpandedList = in diagnoseMismatch() local
1215 if (FirstExpandedList.size() != SecondExpandedList.size()) { in diagnoseMismatch()
1219 << (unsigned)SecondExpandedList.size(); in diagnoseMismatch()
1225 &SecondTA = *SecondExpandedList[i]; in diagnoseMismatch()