Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaOpenMP.cpp10651 Sema &SemaRef, DSAStackTy *DSAS, ValueDecl *VD, Expr *E, in CheckMapConflicts() argument
10671 bool FoundError = DSAS->checkMappableExprComponentListsForDecl( in CheckMapConflicts()
10869 checkMappableExpressionList(Sema &SemaRef, DSAStackTy *DSAS, in checkMappableExpressionList() argument
10940 if (VD && DSAS->isThreadPrivate(VD)) { in checkMappableExpressionList()
10941 auto DVar = DSAS->getTopDSA(VD, false); in checkMappableExpressionList()
10944 ReportOriginalDSA(SemaRef, DSAS, VD, DVar); in checkMappableExpressionList()
10956 if (CheckMapConflicts(SemaRef, DSAS, CurDeclaration, SimpleExpr, in checkMappableExpressionList()
10960 CheckMapConflicts(SemaRef, DSAS, CurDeclaration, SimpleExpr, in checkMappableExpressionList()
10975 DSAS, Type)) in checkMappableExpressionList()
10983 OpenMPDirectiveKind DKind = DSAS->getCurrentDirective(); in checkMappableExpressionList()
[all …]
/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp17153 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()
[all …]