Searched refs:SecondStr (Results 1 – 1 of 1) sorted by relevance
10348 const StringLiteral *SecondStr = SecondSA->getMessage(); in diagnoseOdrViolations() local10349 assert((FirstStr || SecondStr) && "Both messages cannot be empty"); in diagnoseOdrViolations()10350 if ((FirstStr && !SecondStr) || (!FirstStr && SecondStr)) { in diagnoseOdrViolations()10360 if (SecondStr) { in diagnoseOdrViolations()10361 SecondLoc = SecondStr->getBeginLoc(); in diagnoseOdrViolations()10362 SecondRange = SecondStr->getSourceRange(); in diagnoseOdrViolations()10370 << (SecondStr == nullptr); in diagnoseOdrViolations()10375 if (FirstStr && SecondStr && in diagnoseOdrViolations()10376 FirstStr->getString() != SecondStr->getString()) { in diagnoseOdrViolations()10379 ODRDiagDeclNote(SecondStr->getBeginLoc(), SecondStr->getSourceRange(), in diagnoseOdrViolations()