Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSarif.cpp230 auto StatusIter = CurrentArtifacts.insert({FileURI, Artifact}); in createPhysicalLocation() local
233 if (StatusIter.second) in createPhysicalLocation()
234 I = StatusIter.first; in createPhysicalLocation()