Lines Matching defs:CanonPVD
6743 const VarDecl *CanonPVD = PVD->getCanonicalDecl();
6746 ->getCanonicalDecl() == CanonPVD) {
6749 if (AlignedArgs.count(CanonPVD) > 0) {
6753 Diag(AlignedArgs[CanonPVD]->getExprLoc(),
6758 AlignedArgs[CanonPVD] = E;
6814 const VarDecl *CanonPVD = PVD->getCanonicalDecl();
6817 ->getCanonicalDecl() == CanonPVD) {
6820 if (LinearArgs.count(CanonPVD) > 0) {
6824 Diag(LinearArgs[CanonPVD]->getExprLoc(),
6830 if (UniformedArgs.count(CanonPVD) > 0) {
6834 Diag(UniformedArgs[CanonPVD]->getExprLoc(),
6839 LinearArgs[CanonPVD] = E;
6844 (void)CheckOpenMPLinearDecl(CanonPVD, E->getExprLoc(), LinKind,
6884 const VarDecl *CanonPVD = PVD->getCanonicalDecl();
6885 if (UniformedArgs.count(CanonPVD) == 0) {
6891 CanonPVD->getType()->hasIntegerRepresentation()) {
7565 const VarDecl *CanonPVD = PVD->getCanonicalDecl();
7568 ->getCanonicalDecl() == CanonPVD) {
7570 if (!AdjustVars.insert(CanonPVD).second) {