Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp10834 llvm::SmallVector<const TemplateArgument *, 8> SecondExpandedList = in diagnoseOdrViolations() local
10837 if (FirstExpandedList.size() != SecondExpandedList.size()) { in diagnoseOdrViolations()
10848 << (unsigned)SecondExpandedList.size(); in diagnoseOdrViolations()
10857 &SecondTA = *SecondExpandedList[i]; in diagnoseOdrViolations()