Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSarif.cpp237 json::Object ArtifactLocationObject{{"uri", Location.URI}}; in createPhysicalLocation() local
239 ArtifactLocationObject["index"] = *Location.Index; in createPhysicalLocation()
240 return json::Object{{{"artifactLocation", std::move(ArtifactLocationObject)}, in createPhysicalLocation()