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

References

tools/clang/lib/Sema/SemaOpenMP.cpp
 1030   StackElem.LCVMap.try_emplace(
 1031       D, LCDeclInfo(StackElem.LCVMap.size() + 1, Capture));
 1039   auto It = StackElem.LCVMap.find(D);
 1040   if (It != StackElem.LCVMap.end())
 1050   auto It = Parent->LCVMap.find(D);
 1051   if (It != Parent->LCVMap.end())
 1059   if (Parent->LCVMap.size() < I)
 1061   for (const auto &Pair : Parent->LCVMap)
 1509   auto LI = StackElem.LCVMap.find(D);
 1510   if (LI != StackElem.LCVMap.end())