Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DSARIFDiagnostic.cpp133 return Result.setLocations(Locations); in addLocationToResult()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSarifDiagnostics.cpp179 .setLocations({Range}) in createResult()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSarif.h350 SarifResult setLocations(llvm::ArrayRef<CharSourceRange> DiagLocs) { in setLocations() function