Home
last modified time | relevance | path

Searched refs:CanonPVD (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp6843 const VarDecl *CanonPVD = PVD->getCanonicalDecl(); in ActOnOpenMPDeclareSimdDirective() local
6846 ->getCanonicalDecl() == CanonPVD) { in ActOnOpenMPDeclareSimdDirective()
6849 if (AlignedArgs.count(CanonPVD) > 0) { in ActOnOpenMPDeclareSimdDirective()
6853 Diag(AlignedArgs[CanonPVD]->getExprLoc(), in ActOnOpenMPDeclareSimdDirective()
6858 AlignedArgs[CanonPVD] = E; in ActOnOpenMPDeclareSimdDirective()
6914 const VarDecl *CanonPVD = PVD->getCanonicalDecl(); in ActOnOpenMPDeclareSimdDirective() local
6917 ->getCanonicalDecl() == CanonPVD) { in ActOnOpenMPDeclareSimdDirective()
6920 if (LinearArgs.count(CanonPVD) > 0) { in ActOnOpenMPDeclareSimdDirective()
6924 Diag(LinearArgs[CanonPVD]->getExprLoc(), in ActOnOpenMPDeclareSimdDirective()
6930 if (UniformedArgs.count(CanonPVD) > 0) { in ActOnOpenMPDeclareSimdDirective()
[all …]