Searched refs:SecondVD (Results 1 – 1 of 1) sorted by relevance
9913 VarDecl *SecondVD) { in diagnoseOdrViolations() argument9915 auto SecondName = SecondVD->getDeclName(); in diagnoseOdrViolations()9920 ODRDiagDeclNote(SecondModule, SecondVD->getLocation(), in diagnoseOdrViolations()9921 SecondVD->getSourceRange(), VarName) in diagnoseOdrViolations()9927 QualType SecondType = SecondVD->getType(); in diagnoseOdrViolations()9933 ODRDiagDeclNote(SecondModule, SecondVD->getLocation(), in diagnoseOdrViolations()9934 SecondVD->getSourceRange(), VarType) in diagnoseOdrViolations()9943 const Expr *SecondInit = SecondVD->getInit(); in diagnoseOdrViolations()9949 ODRDiagDeclNote(SecondModule, SecondVD->getLocation(), in diagnoseOdrViolations()9950 SecondVD->getSourceRange(), VarSingleInitializer) in diagnoseOdrViolations()[all …]