Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp21036 bool FoundError = DSAS->checkMappableExprComponentListsForDecl( in checkMapConflicts()
21404 Sema &SemaRef, DSAStackTy *DSAS, OpenMPClauseKind CKind, in checkMappableExpressionList() argument
21462 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId, in checkMappableExpressionList()
21503 DSAS->addMappedClassesQualTypes(TE->getType()); in checkMappableExpressionList()
21506 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId, in checkMappableExpressionList()
21539 if (VD && DSAS->isThreadPrivate(VD)) { in checkMappableExpressionList()
21545 reportOriginalDsa(SemaRef, DSAS, VD, DVar); in checkMappableExpressionList()
21602 DSAS, Type, /*FullCheck=*/true)) in checkMappableExpressionList()
21610 OpenMPDirectiveKind DKind = DSAS->getCurrentDirective(); in checkMappableExpressionList()
21681 reportOriginalDsa(SemaRef, DSAS, CurDeclaration, DVar); in checkMappableExpressionList()
[all …]