Searched refs:DSAS (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 12658 bool FoundError = DSAS->checkMappableExprComponentListsForDecl( in checkMapConflicts() 12904 checkMappableExpressionList(Sema &SemaRef, DSAStackTy *DSAS, in checkMappableExpressionList() argument 12958 DSAS->addMappedClassesQualTypes(TE->getType()); in checkMappableExpressionList() 12987 if (VD && DSAS->isThreadPrivate(VD)) { in checkMappableExpressionList() 12991 reportOriginalDsa(SemaRef, DSAS, VD, DVar); in checkMappableExpressionList() 13003 if (checkMapConflicts(SemaRef, DSAS, CurDeclaration, SimpleExpr, in checkMappableExpressionList() 13007 checkMapConflicts(SemaRef, DSAS, CurDeclaration, SimpleExpr, in checkMappableExpressionList() 13029 DSAS, Type)) in checkMappableExpressionList() 13037 OpenMPDirectiveKind DKind = DSAS->getCurrentDirective(); in checkMappableExpressionList() 13070 << getOpenMPDirectiveName(DSAS->getCurrentDirective()); in checkMappableExpressionList() [all …]
|