Home
last modified time | relevance | path

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

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