Home
last modified time | relevance | path

Searched refs:PerParentName (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp2735 auto PerParentName = PerFile->second.find(ParentName); in hasTargetRegionEntryInfo() local
2736 if (PerParentName == PerFile->second.end()) in hasTargetRegionEntryInfo()
2738 auto PerLine = PerParentName->second.find(LineNum); in hasTargetRegionEntryInfo()
2739 if (PerLine == PerParentName->second.end()) in hasTargetRegionEntryInfo()