Lines Matching refs:DSAS

17153     Sema &SemaRef, DSAStackTy *DSAS, const ValueDecl *VD, const Expr *E,  in checkMapConflicts()  argument
17173 bool FoundError = DSAS->checkMappableExprComponentListsForDecl( in checkMapConflicts()
17539 Sema &SemaRef, DSAStackTy *DSAS, OpenMPClauseKind CKind, in checkMappableExpressionList() argument
17593 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId, in checkMappableExpressionList()
17624 SemaRef, SimpleExpr, CurComponents, CKind, DSAS->getCurrentDirective(), in checkMappableExpressionList()
17634 DSAS->addMappedClassesQualTypes(TE->getType()); in checkMappableExpressionList()
17637 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId, in checkMappableExpressionList()
17670 if (VD && DSAS->isThreadPrivate(VD)) { in checkMappableExpressionList()
17671 DSAStackTy::DSAVarData DVar = DSAS->getTopDSA(VD, /*FromParent=*/false); in checkMappableExpressionList()
17674 reportOriginalDsa(SemaRef, DSAS, VD, DVar); in checkMappableExpressionList()
17686 if (checkMapConflicts(SemaRef, DSAS, CurDeclaration, SimpleExpr, in checkMappableExpressionList()
17691 checkMapConflicts(SemaRef, DSAS, CurDeclaration, SimpleExpr, in checkMappableExpressionList()
17730 DSAS, Type)) in checkMappableExpressionList()
17740 OpenMPDirectiveKind DKind = DSAS->getCurrentDirective(); in checkMappableExpressionList()
17790 DSAStackTy::DSAVarData DVar = DSAS->getTopDSA(VD, /*FromParent=*/false); in checkMappableExpressionList()
17795 << getOpenMPDirectiveName(DSAS->getCurrentDirective()); in checkMappableExpressionList()
17796 reportOriginalDsa(SemaRef, DSAS, CurDeclaration, DVar); in checkMappableExpressionList()
17804 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId, in checkMappableExpressionList()
17815 DSAS->addMappableExpressionComponents(CurDeclaration, CurComponents, in checkMappableExpressionList()