Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Basic/
H A DSarif.cpp192 SarifDocumentWriter::createPhysicalLocation(const CharSourceRange &R) { in createPhysicalLocation() function in SarifDocumentWriter
301 json::Object PLoc = createPhysicalLocation(ThreadFlow.Range); in createThreadFlows()
367 Locs.emplace_back(createLocation(createPhysicalLocation(Range))); in appendResult()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DSarifDiagnostics.cpp198 static json::Object createPhysicalLocation(const LangOptions &LO, in createPhysicalLocation() function
264 createLocation(createPhysicalLocation( in createThreadFlow()
295 json::Array{createLocation(createPhysicalLocation( in createResult()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DSarif.h350 llvm::json::Object createPhysicalLocation(const CharSourceRange &R);