Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp10678 const unsigned SecondNumParameters = SecondMethod->param_size(); in diagnoseOdrViolations() local
10679 if (FirstNumParameters != SecondNumParameters) { in diagnoseOdrViolations()
10687 << SecondMethodType << SecondName << SecondNumParameters; in diagnoseOdrViolations()