Searched refs:SecondStr (Results 1 – 1 of 1) sorted by relevance
10194 StringLiteral *SecondStr = SecondSA->getMessage(); in diagnoseOdrViolations() local10195 assert((FirstStr || SecondStr) && "Both messages cannot be empty"); in diagnoseOdrViolations()10196 if ((FirstStr && !SecondStr) || (!FirstStr && SecondStr)) { in diagnoseOdrViolations()10206 if (SecondStr) { in diagnoseOdrViolations()10207 SecondLoc = SecondStr->getBeginLoc(); in diagnoseOdrViolations()10208 SecondRange = SecondStr->getSourceRange(); in diagnoseOdrViolations()10216 << (SecondStr == nullptr); in diagnoseOdrViolations()10221 if (FirstStr && SecondStr && in diagnoseOdrViolations()10222 FirstStr->getString() != SecondStr->getString()) { in diagnoseOdrViolations()10225 ODRDiagNote(SecondStr->getBeginLoc(), SecondStr->getSourceRange(), in diagnoseOdrViolations()