Lines Matching refs:objectList

1047   const auto &objectList{std::get<parser::OmpObjectList>(c.t)};  in Leave()  local
1048 CheckIsVarPartOfAnotherVar(dir.source, objectList); in Leave()
1049 CheckThreadprivateOrDeclareTargetVar(objectList); in Leave()
1065 const auto &objectList{std::get<parser::OmpObjectList>(x.t)}; in Enter() local
1067 CheckIsVarPartOfAnotherVar(dir.source, objectList); in Enter()
1072 const auto &objectList{std::get<parser::OmpObjectList>(x.t)}; in Leave() local
1073 CheckPredefinedAllocatorRestriction(dir.source, objectList); in Leave()
1098 if (const auto *objectList{parser::Unwrap<parser::OmpObjectList>(spec.u)}) { in Leave() local
1099 CheckIsVarPartOfAnotherVar(dir.source, *objectList); in Leave()
1100 CheckThreadprivateOrDeclareTargetVar(*objectList); in Leave()
1120 const auto &objectList{std::get<std::optional<parser::OmpObjectList>>(x.t)}; in Enter() local
1122 if (objectList) { in Enter()
1123 CheckIsVarPartOfAnotherVar(dir.source, *objectList); in Enter()
1129 const auto &objectList{std::get<std::optional<parser::OmpObjectList>>(x.t)}; in Leave() local
1130 if (objectList) in Leave()
1131 CheckPredefinedAllocatorRestriction(dir.source, *objectList); in Leave()
1952 const parser::OmpObjectList &objectList, const llvm::omp::Clause clause) { in CheckIntentInPointerAndDefinable() argument
1953 for (const auto &ompObject : objectList.v) { in CheckIntentInPointerAndDefinable()
2527 const parser::OmpObjectList &objectList, const llvm::omp::Clause clause) { in CheckIntentInPointer() argument
2529 GetSymbolsInObjectList(objectList, symbols); in CheckIntentInPointer()
2544 const parser::OmpObjectList &objectList, SymbolSourceMap &symbols) { in GetSymbolsInObjectList() argument
2545 for (const auto &ompObject : objectList.v) { in GetSymbolsInObjectList()