Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp10454 const bool SecondDefaulted = SecondMethod->isExplicitlyDefaulted(); in diagnoseOdrViolations() local
10455 if (FirstDefaulted != SecondDefaulted) { in diagnoseOdrViolations()
10462 << SecondMethodType << SecondName << SecondDefaulted; in diagnoseOdrViolations()