Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/
H A DODRDiagsEmitter.cpp1207 llvm::SmallVector<const TemplateArgument *, 8> SecondExpandedList = in diagnoseMismatch() local
1210 if (FirstExpandedList.size() != SecondExpandedList.size()) { in diagnoseMismatch()
1214 << (unsigned)SecondExpandedList.size(); in diagnoseMismatch()
1220 &SecondTA = *SecondExpandedList[i]; in diagnoseMismatch()