Lines Matching refs:DSAS

18548     Sema &SemaRef, DSAStackTy *DSAS, const ValueDecl *VD, const Expr *E,  in checkMapConflicts()  argument
18568 bool FoundError = DSAS->checkMappableExprComponentListsForDecl( in checkMapConflicts()
18936 Sema &SemaRef, DSAStackTy *DSAS, OpenMPClauseKind CKind, in checkMappableExpressionList() argument
18990 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId, in checkMappableExpressionList()
19021 SemaRef, SimpleExpr, CurComponents, CKind, DSAS->getCurrentDirective(), in checkMappableExpressionList()
19031 DSAS->addMappedClassesQualTypes(TE->getType()); in checkMappableExpressionList()
19034 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId, in checkMappableExpressionList()
19067 if (VD && DSAS->isThreadPrivate(VD)) { in checkMappableExpressionList()
19068 DSAStackTy::DSAVarData DVar = DSAS->getTopDSA(VD, /*FromParent=*/false); in checkMappableExpressionList()
19071 reportOriginalDsa(SemaRef, DSAS, VD, DVar); in checkMappableExpressionList()
19083 if (checkMapConflicts(SemaRef, DSAS, CurDeclaration, SimpleExpr, in checkMappableExpressionList()
19088 checkMapConflicts(SemaRef, DSAS, CurDeclaration, SimpleExpr, in checkMappableExpressionList()
19128 DSAS, Type)) in checkMappableExpressionList()
19136 OpenMPDirectiveKind DKind = DSAS->getCurrentDirective(); in checkMappableExpressionList()
19186 DSAStackTy::DSAVarData DVar = DSAS->getTopDSA(VD, /*FromParent=*/false); in checkMappableExpressionList()
19191 << getOpenMPDirectiveName(DSAS->getCurrentDirective()); in checkMappableExpressionList()
19192 reportOriginalDsa(SemaRef, DSAS, CurDeclaration, DVar); in checkMappableExpressionList()
19200 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId, in checkMappableExpressionList()
19211 DSAS->addMappableExpressionComponents(CurDeclaration, CurComponents, in checkMappableExpressionList()