Lines Matching refs:SecondStr
10500 StringLiteral *SecondStr = SecondSA->getMessage(); in diagnoseOdrViolations() local
10501 assert((FirstStr || SecondStr) && "Both messages cannot be empty"); in diagnoseOdrViolations()
10502 if ((FirstStr && !SecondStr) || (!FirstStr && SecondStr)) { in diagnoseOdrViolations()
10512 if (SecondStr) { in diagnoseOdrViolations()
10513 SecondLoc = SecondStr->getBeginLoc(); in diagnoseOdrViolations()
10514 SecondRange = SecondStr->getSourceRange(); in diagnoseOdrViolations()
10524 << (SecondStr == nullptr); in diagnoseOdrViolations()
10529 if (FirstStr && SecondStr && in diagnoseOdrViolations()
10530 FirstStr->getString() != SecondStr->getString()) { in diagnoseOdrViolations()
10533 ODRDiagDeclNote(SecondModule, SecondStr->getBeginLoc(), in diagnoseOdrViolations()
10534 SecondStr->getSourceRange(), StaticAssertMessage); in diagnoseOdrViolations()