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

References

tools/clang/lib/Parse/ParseOpenMP.cpp
 2544   Data.MapType = isMapType(P);
 2545   if (Data.MapType == OMPC_MAP_unknown)
 2652     if (Data.MapType == OMPC_MAP_unknown) {
 2653       Data.MapType = OMPC_MAP_tofrom;
 2719       (Kind == OMPC_map && Data.MapType != OMPC_MAP_unknown) ||
 2842       Data.MapType, Data.IsMapTypeImplicit, Data.DepLinMapLoc);