Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp10894 const bool HasSecondBody = in diagnoseOdrViolations() local
10897 if (HasFirstBody != HasSecondBody) { in diagnoseOdrViolations()
10903 << SecondMethodType << SecondName << HasSecondBody; in diagnoseOdrViolations()
10908 if (HasFirstBody && HasSecondBody) { in diagnoseOdrViolations()