Home
last modified time | relevance | path

Searched refs:LambdasMap (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp7392 llvm::DenseMap<const ValueDecl *, const OMPMapClause *> LambdasMap; member in __anond842882b2d11::MappableExprsHandler
8354 auto I = LambdasMap.find(Cap.getCapturedVar()->getCanonicalDecl()); in getMapModifiersForPrivateClauses()
8355 if (I != LambdasMap.end()) in getMapModifiersForPrivateClauses()
8833 LambdasMap.try_emplace(std::get<0>(L), C); in MappableExprsHandler()
9048 if (LambdasMap.count(VD)) in generateInfoForCapture()