Lines Matching refs:DSAS

21299     Sema &SemaRef, DSAStackTy *DSAS, const ValueDecl *VD, const Expr *E,  in checkMapConflicts()  argument
21319 bool FoundError = DSAS->checkMappableExprComponentListsForDecl( in checkMapConflicts()
21687 Sema &SemaRef, DSAStackTy *DSAS, OpenMPClauseKind CKind, in checkMappableExpressionList() argument
21745 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId, in checkMappableExpressionList()
21777 DSAS->getCurrentDirective(), NoDiagnose); in checkMappableExpressionList()
21786 DSAS->addMappedClassesQualTypes(TE->getType()); in checkMappableExpressionList()
21789 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId, in checkMappableExpressionList()
21822 if (VD && DSAS->isThreadPrivate(VD)) { in checkMappableExpressionList()
21825 DSAStackTy::DSAVarData DVar = DSAS->getTopDSA(VD, /*FromParent=*/false); in checkMappableExpressionList()
21828 reportOriginalDsa(SemaRef, DSAS, VD, DVar); in checkMappableExpressionList()
21840 if (checkMapConflicts(SemaRef, DSAS, CurDeclaration, SimpleExpr, in checkMappableExpressionList()
21845 checkMapConflicts(SemaRef, DSAS, CurDeclaration, SimpleExpr, in checkMappableExpressionList()
21885 DSAS, Type, /*FullCheck=*/true)) in checkMappableExpressionList()
21894 OpenMPDirectiveKind DKind = DSAS->getCurrentDirective(); in checkMappableExpressionList()
21961 DSAStackTy::DSAVarData DVar = DSAS->getTopDSA(VD, /*FromParent=*/false); in checkMappableExpressionList()
21966 << getOpenMPDirectiveName(DSAS->getCurrentDirective()); in checkMappableExpressionList()
21967 reportOriginalDsa(SemaRef, DSAS, CurDeclaration, DVar); in checkMappableExpressionList()
21975 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId, in checkMappableExpressionList()
21986 DSAS->addMappableExpressionComponents(CurDeclaration, CurComponents, in checkMappableExpressionList()