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

References

tools/clang/lib/Sema/SemaOpenMP.cpp
 1502   auto I = StackElem.SharingMap.find(D);
 1503   if (I != StackElem.SharingMap.end() &&
 1509   auto LI = StackElem.LCVMap.find(D);
 1510   if (LI != StackElem.LCVMap.end())