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.cpp21200 Sema &SemaRef, DSAStackTy *DSAS, const ValueDecl *VD, const Expr *E, in checkMapConflicts() argument
21220 bool FoundError = DSAS->checkMappableExprComponentListsForDecl( in checkMapConflicts()
21787 Sema &SemaRef, DSAStackTy *DSAS, OpenMPClauseKind CKind, in checkMappableExpressionList() argument
21846 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId,
21878 DSAS->getCurrentDirective(), NoDiagnose);
21887 DSAS->addMappedClassesQualTypes(TE->getType());
21890 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId,
21923 if (VD && DSAS->isThreadPrivate(VD)) {
21926 DSAStackTy::DSAVarData DVar = DSAS->getTopDSA(VD, /*FromParent=*/false);
21929 reportOriginalDsa(SemaRef, DSAS, VD, DVar);
[all …]