reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/Basic/OpenMPKinds.def
  308 OPENMP_CLAUSE(map, OMPMapClause)

References

tools/clang/include/clang/AST/OpenMPClause.h
 4878       : OMPMappableExprListClause(OMPC_map, Locs, Sizes, &MapperQualifierLoc,
 4899       : OMPMappableExprListClause(OMPC_map, OMPVarListLocTy(), Sizes) {}
 5046     return T->getClauseKind() == OMPC_map;
tools/clang/include/clang/AST/RecursiveASTVisitor.h
 3269   TRY_TO(VisitOMPClauseList(C));
tools/clang/include/clang/Basic/OpenMPKinds.def
  513 OPENMP_TARGET_CLAUSE(map)
  541 OPENMP_TARGET_DATA_CLAUSE(map)
  547 OPENMP_TARGET_ENTER_DATA_CLAUSE(map)
  554 OPENMP_TARGET_EXIT_DATA_CLAUSE(map)
  561 OPENMP_TARGET_PARALLEL_CLAUSE(map)
  578 OPENMP_TARGET_PARALLEL_FOR_CLAUSE(map)
  810 OPENMP_TARGET_PARALLEL_FOR_SIMD_CLAUSE(map)
  835 OPENMP_TARGET_SIMD_CLAUSE(map)
  923 OPENMP_TARGET_TEAMS_CLAUSE(map)
  940 OPENMP_TARGET_TEAMS_DISTRIBUTE_CLAUSE(map)
  960 OPENMP_TARGET_TEAMS_DISTRIBUTE_PARALLEL_FOR_CLAUSE(map)
  984 OPENMP_TARGET_TEAMS_DISTRIBUTE_PARALLEL_FOR_SIMD_CLAUSE(map)
 1011 OPENMP_TARGET_TEAMS_DISTRIBUTE_SIMD_CLAUSE(map)
 1036 OPENMP_DECLARE_MAPPER_CLAUSE(map)
tools/clang/lib/AST/OpenMPClause.cpp
  121   case OMPC_map:
  194   case OMPC_map:
 1554           OS << getOpenMPSimpleClauseTypeName(OMPC_map,
 1567       OS << getOpenMPSimpleClauseTypeName(OMPC_map, Node->getMapType());
tools/clang/lib/Basic/OpenMPKinds.cpp
  115   case OMPC_map:
  269   case OMPC_map:
tools/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
  340           if (((Attr->getCaptureKind() != OMPC_map) &&
  343               ((Attr->getCaptureKind() == OMPC_map) &&
 4451     if (Attr->getCaptureKind() == OMPC_map) {
tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
 4055   case OMPC_map:
tools/clang/lib/Parse/ParseOpenMP.cpp
 2099   case OMPC_map:
 2453       getOpenMPSimpleClauseType(OMPC_map, PP.getSpelling(Tok)));
 2531       getOpenMPSimpleClauseType(OMPC_map, PP.getSpelling(Tok)));
 2625   } else if (Kind == OMPC_map) {
 2717        Kind != OMPC_in_reduction && Kind != OMPC_depend && Kind != OMPC_map) ||
 2719       (Kind == OMPC_map && Data.MapType != OMPC_MAP_unknown) ||
 2772          (Kind != OMPC_depend && Kind != OMPC_map && Vars.empty()) ||
tools/clang/lib/Sema/SemaOpenMP.cpp
 1803           if (WhereFoundClauseKind != OMPC_map)
 2052       OMPC = OMPC_map;
 2057       OMPC = OMPC_map;
 2984       if (!checkMapClauseExpressionBase(SemaRef, E, CurComponents, OMPC_map,
 4644       case OMPC_map:
 9024   if (!hasClauses(Clauses, OMPC_map, OMPC_use_device_ptr)) {
 9064   if (!hasClauses(Clauses, OMPC_map)) {
 9101   if (!hasClauses(Clauses, OMPC_map)) {
10307   case OMPC_map:
10950   case OMPC_map:
11366   case OMPC_map:
11547   case OMPC_map:
11761   case OMPC_map:
11922   case OMPC_map:
14976             if (CKind == OMPC_map) {
15043           if (CKind == OMPC_map) {
15264   assert((CKind == OMPC_map || CKind == OMPC_to || CKind == OMPC_from) &&
15400     if (CKind == OMPC_map &&
15426     if (CKind == OMPC_map) {
15436             << getOpenMPSimpleClauseTypeName(OMPC_map, MapType)
15450             << getOpenMPSimpleClauseTypeName(OMPC_map, MapType)
15470               << getOpenMPClauseName(OMPC_map)
15492                                           /*WhereFoundClauseKind=*/OMPC_map);
15533   checkMappableExpressionList(*this, DSAStack, OMPC_map, MVLI, Locs.StartLoc,
tools/clang/lib/Sema/TreeTransform.h
 9066   OMPVarListLocTy Locs(C->getBeginLoc(), C->getLParenLoc(), C->getEndLoc());
 9066   OMPVarListLocTy Locs(C->getBeginLoc(), C->getLParenLoc(), C->getEndLoc());
 9066   OMPVarListLocTy Locs(C->getBeginLoc(), C->getLParenLoc(), C->getEndLoc());
 9072           *this, C, Vars, MapperIdScopeSpec, MapperIdInfo, UnresolvedMappers))
 9075       C->getMapTypeModifiers(), C->getMapTypeModifiersLoc(), MapperIdScopeSpec,
 9075       C->getMapTypeModifiers(), C->getMapTypeModifiersLoc(), MapperIdScopeSpec,
 9076       MapperIdInfo, C->getMapType(), C->isImplicitMapType(), C->getMapLoc(),
 9076       MapperIdInfo, C->getMapType(), C->isImplicitMapType(), C->getMapLoc(),
 9076       MapperIdInfo, C->getMapType(), C->isImplicitMapType(), C->getMapLoc(),
 9077       C->getColonLoc(), Vars, Locs, UnresolvedMappers);
tools/clang/lib/Serialization/ASTReader.cpp
12400   case OMPC_map: {