Searched refs:LambdasMap (Results 1 – 1 of 1) sorted by relevance
6658 llvm::DenseMap<const ValueDecl *, const OMPMapClause *> LambdasMap; member in __anon93cce0fb2c11::MappableExprsHandler7707 auto I = LambdasMap.find(Cap.getCapturedVar()->getCanonicalDecl()); in getMapModifiersForPrivateClauses()7708 if (I != LambdasMap.end()) in getMapModifiersForPrivateClauses()8231 LambdasMap.try_emplace(std::get<0>(L), C); in MappableExprsHandler()8492 if (LambdasMap.count(VD)) in generateInfoForCapture()