Searched refs:OpenMPDebugLocMap (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h126 OpenMPDebugLocMapTy OpenMPDebugLocMap; member in class:clang::CodeGen::CGOpenMPRuntime
H A DCGOpenMPRuntime.cpp101 auto OMPDebugLoc = OpenMPDebugLocMap.lookup(Loc.getRawEncoding());
114 OpenMPDebugLocMap[Loc.getRawEncoding()] = OMPDebugLoc;

Completed in 67 milliseconds