Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp6410 const VarDecl *CanonPVD = PVD->getCanonicalDecl(); in ActOnOpenMPDeclareSimdDirective() local
6413 ->getCanonicalDecl() == CanonPVD) { in ActOnOpenMPDeclareSimdDirective()
6416 if (AlignedArgs.count(CanonPVD) > 0) { in ActOnOpenMPDeclareSimdDirective()
6420 Diag(AlignedArgs[CanonPVD]->getExprLoc(), in ActOnOpenMPDeclareSimdDirective()
6425 AlignedArgs[CanonPVD] = E; in ActOnOpenMPDeclareSimdDirective()
6481 const VarDecl *CanonPVD = PVD->getCanonicalDecl(); in ActOnOpenMPDeclareSimdDirective() local
6484 ->getCanonicalDecl() == CanonPVD) { in ActOnOpenMPDeclareSimdDirective()
6487 if (LinearArgs.count(CanonPVD) > 0) { in ActOnOpenMPDeclareSimdDirective()
6491 Diag(LinearArgs[CanonPVD]->getExprLoc(), in ActOnOpenMPDeclareSimdDirective()
6497 if (UniformedArgs.count(CanonPVD) > 0) { in ActOnOpenMPDeclareSimdDirective()
[all …]