Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp10697 llvm::SmallVector<const TemplateArgument *, 8> SecondExpandedList = in diagnoseOdrViolations() local
10700 if (FirstExpandedList.size() != SecondExpandedList.size()) { in diagnoseOdrViolations()
10711 << (unsigned)SecondExpandedList.size(); in diagnoseOdrViolations()
10720 &SecondTA = *SecondExpandedList[i]; in diagnoseOdrViolations()