Lines Matching refs:SecondVD
9776 VarDecl *SecondVD) { in diagnoseOdrViolations() argument
9778 auto SecondName = SecondVD->getDeclName(); in diagnoseOdrViolations()
9783 ODRDiagDeclNote(SecondModule, SecondVD->getLocation(), in diagnoseOdrViolations()
9784 SecondVD->getSourceRange(), VarName) in diagnoseOdrViolations()
9790 QualType SecondType = SecondVD->getType(); in diagnoseOdrViolations()
9796 ODRDiagDeclNote(SecondModule, SecondVD->getLocation(), in diagnoseOdrViolations()
9797 SecondVD->getSourceRange(), VarType) in diagnoseOdrViolations()
9806 const Expr *SecondInit = SecondVD->getInit(); in diagnoseOdrViolations()
9812 ODRDiagDeclNote(SecondModule, SecondVD->getLocation(), in diagnoseOdrViolations()
9813 SecondVD->getSourceRange(), VarSingleInitializer) in diagnoseOdrViolations()
9824 ODRDiagDeclNote(SecondModule, SecondVD->getLocation(), in diagnoseOdrViolations()
9825 SecondVD->getSourceRange(), VarDifferentInitializer) in diagnoseOdrViolations()
9831 const bool SecondIsConstexpr = SecondVD->isConstexpr(); in diagnoseOdrViolations()
9836 ODRDiagDeclNote(SecondModule, SecondVD->getLocation(), in diagnoseOdrViolations()
9837 SecondVD->getSourceRange(), VarConstexpr) in diagnoseOdrViolations()