Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp21299 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()
[all …]