Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp20535 Sema &SemaRef, DSAStackTy *DSAS, const ValueDecl *VD, const Expr *E, in checkMapConflicts() argument
20555 bool FoundError = DSAS->checkMappableExprComponentListsForDecl( in checkMapConflicts()
20924 Sema &SemaRef, DSAStackTy *DSAS, OpenMPClauseKind CKind, in checkMappableExpressionList() argument
20982 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId, in checkMappableExpressionList()
21014 DSAS->getCurrentDirective(), NoDiagnose); in checkMappableExpressionList()
21023 DSAS->addMappedClassesQualTypes(TE->getType()); in checkMappableExpressionList()
21026 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId, in checkMappableExpressionList()
21059 if (VD && DSAS->isThreadPrivate(VD)) { in checkMappableExpressionList()
21062 DSAStackTy::DSAVarData DVar = DSAS->getTopDSA(VD, /*FromParent=*/false); in checkMappableExpressionList()
21065 reportOriginalDsa(SemaRef, DSAS, VD, DVar); in checkMappableExpressionList()
[all …]