Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DSarif.cpp231 auto StatusIter = CurrentArtifacts.insert({FileURI, Artifact}); in createPhysicalLocation() local
234 if (StatusIter.second) in createPhysicalLocation()
235 I = StatusIter.first; in createPhysicalLocation()