Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp21734 bool FoundError = DSAS->checkMappableExprComponentListsForDecl( in checkMapConflicts()
22102 Sema &SemaRef, DSAStackTy *DSAS, OpenMPClauseKind CKind, in checkMappableExpressionList() argument
22160 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId, in checkMappableExpressionList()
22201 DSAS->addMappedClassesQualTypes(TE->getType()); in checkMappableExpressionList()
22204 SemaRef, DSAS->getCurScope(), MapperIdScopeSpec, MapperId, in checkMappableExpressionList()
22237 if (VD && DSAS->isThreadPrivate(VD)) { in checkMappableExpressionList()
22243 reportOriginalDsa(SemaRef, DSAS, VD, DVar); in checkMappableExpressionList()
22300 DSAS, Type, /*FullCheck=*/true)) in checkMappableExpressionList()
22309 OpenMPDirectiveKind DKind = DSAS->getCurrentDirective(); in checkMappableExpressionList()
22382 reportOriginalDsa(SemaRef, DSAS, CurDeclaration, DVar); in checkMappableExpressionList()
[all …]