Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp10614 llvm::SmallVector<const TemplateArgument *, 8> SecondExpandedList = in diagnoseOdrViolations() local
10617 if (FirstExpandedList.size() != SecondExpandedList.size()) { in diagnoseOdrViolations()
10621 << (unsigned)SecondExpandedList.size(); in diagnoseOdrViolations()
10629 &SecondTA = *SecondExpandedList[i]; in diagnoseOdrViolations()