Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Basic/
H A DSarif.cpp212 auto StatusIter = CurrentArtifacts.insert({FileURI, Artifact}); in createPhysicalLocation() local
215 if (StatusIter.second) in createPhysicalLocation()
216 I = StatusIter.first; in createPhysicalLocation()