Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp10726 llvm::SmallVector<const TemplateArgument *, 8> SecondExpandedList = in diagnoseOdrViolations() local
10729 if (FirstExpandedList.size() != SecondExpandedList.size()) { in diagnoseOdrViolations()
10740 << (unsigned)SecondExpandedList.size(); in diagnoseOdrViolations()
10749 &SecondTA = *SecondExpandedList[i]; in diagnoseOdrViolations()