Lines Matching defs:mapSyms
1283 llvm::ArrayRef<const Fortran::semantics::Symbol *> mapSyms) {
1288 for (auto [mapSym, mapArg] : llvm::zip_first(mapSyms, mapBlockArgs)) {
1634 llvm::SmallVectorImpl<const semantics::Symbol *> &mapSyms) {
1647 cp.processMap(loc, stmtCtx, clauseOps, &mapSyms);
2149 llvm::SmallVector<const semantics::Symbol *> mapSyms, isDevicePtrSyms,
2152 clauseOps, hasDeviceAddrSyms, isDevicePtrSyms, mapSyms);
2179 if (llvm::is_contained(mapSyms, common))
2190 if (!llvm::is_contained(mapSyms, &sym)) {
2252 mapSyms.push_back(&sym);
2265 args.map.syms = mapSyms;