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

References

tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
 1666   if (OMPDebugLoc == nullptr) {
 1675     OMPDebugLoc = CGF.Builder.CreateGlobalStringPtr(OS2.str());
 1676     OpenMPDebugLocMap[Loc.getRawEncoding()] = OMPDebugLoc;
 1679   CGF.EmitStoreOfScalar(OMPDebugLoc, PSource);