Lines Matching refs:DSAS

21016     Sema &SemaRef, DSAStackTy *DSAS, const ValueDecl *VD, const Expr *E,  in checkMapConflicts()  argument
21036 bool FoundError = DSAS->checkMappableExprComponentListsForDecl( in checkMapConflicts()
21404 Sema &SemaRef, DSAStackTy *DSAS, OpenMPClauseKind CKind, in checkMappableExpressionList() argument
21462 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId, in checkMappableExpressionList()
21494 DSAS->getCurrentDirective(), NoDiagnose); in checkMappableExpressionList()
21503 DSAS->addMappedClassesQualTypes(TE->getType()); in checkMappableExpressionList()
21506 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId, in checkMappableExpressionList()
21539 if (VD && DSAS->isThreadPrivate(VD)) { in checkMappableExpressionList()
21542 DSAStackTy::DSAVarData DVar = DSAS->getTopDSA(VD, /*FromParent=*/false); in checkMappableExpressionList()
21545 reportOriginalDsa(SemaRef, DSAS, VD, DVar); in checkMappableExpressionList()
21557 if (checkMapConflicts(SemaRef, DSAS, CurDeclaration, SimpleExpr, in checkMappableExpressionList()
21562 checkMapConflicts(SemaRef, DSAS, CurDeclaration, SimpleExpr, in checkMappableExpressionList()
21602 DSAS, Type, /*FullCheck=*/true)) in checkMappableExpressionList()
21610 OpenMPDirectiveKind DKind = DSAS->getCurrentDirective(); in checkMappableExpressionList()
21675 DSAStackTy::DSAVarData DVar = DSAS->getTopDSA(VD, /*FromParent=*/false); in checkMappableExpressionList()
21680 << getOpenMPDirectiveName(DSAS->getCurrentDirective()); in checkMappableExpressionList()
21681 reportOriginalDsa(SemaRef, DSAS, CurDeclaration, DVar); in checkMappableExpressionList()
21689 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId, in checkMappableExpressionList()
21700 DSAS->addMappableExpressionComponents(CurDeclaration, CurComponents, in checkMappableExpressionList()