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.cpp1210 llvm::SmallVector<const TemplateArgument *, 8> SecondExpandedList = in diagnoseMismatch() local
1213 if (FirstExpandedList.size() != SecondExpandedList.size()) { in diagnoseMismatch()
1217 << (unsigned)SecondExpandedList.size(); in diagnoseMismatch()
1223 &SecondTA = *SecondExpandedList[i]; in diagnoseMismatch()