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

References

tools/clang/include/clang/AST/OpenMPClause.h
 4924   void setMapType(OpenMPMapClauseKind T) { MapType = T; }
 4978   OpenMPMapClauseKind getMapType() const LLVM_READONLY { return MapType; }
 5034     if (MapType == OMPC_MAP_to || MapType == OMPC_MAP_tofrom)
 5034     if (MapType == OMPC_MAP_to || MapType == OMPC_MAP_tofrom)