Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp10500 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()
[all …]