Searched refs:SecondVD (Results 1 – 1 of 1) sorted by relevance
9776 VarDecl *SecondVD) { in diagnoseOdrViolations() argument9778 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()[all …]