Lines Matching defs:CanonPVD
6843 const VarDecl *CanonPVD = PVD->getCanonicalDecl();
6846 ->getCanonicalDecl() == CanonPVD) {
6849 if (AlignedArgs.count(CanonPVD) > 0) {
6853 Diag(AlignedArgs[CanonPVD]->getExprLoc(),
6858 AlignedArgs[CanonPVD] = E;
6914 const VarDecl *CanonPVD = PVD->getCanonicalDecl();
6917 ->getCanonicalDecl() == CanonPVD) {
6920 if (LinearArgs.count(CanonPVD) > 0) {
6924 Diag(LinearArgs[CanonPVD]->getExprLoc(),
6930 if (UniformedArgs.count(CanonPVD) > 0) {
6934 Diag(UniformedArgs[CanonPVD]->getExprLoc(),
6939 LinearArgs[CanonPVD] = E;
6944 (void)CheckOpenMPLinearDecl(CanonPVD, E->getExprLoc(), LinKind,
6984 const VarDecl *CanonPVD = PVD->getCanonicalDecl();
6985 if (UniformedArgs.count(CanonPVD) == 0) {
6991 CanonPVD->getType()->hasIntegerRepresentation()) {
7645 const VarDecl *CanonPVD = PVD->getCanonicalDecl();
7648 ->getCanonicalDecl() == CanonPVD) {
7650 if (!AdjustVars.insert(CanonPVD).second) {