Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Basic/
H A DSarifTest.cpp255 SarifResult::create(RuleIdx).setLocations(DiagLocs).setDiagnosticMessage( in TEST_F()
313 .setLocations({DiagLoc}) in TEST_F()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DSarif.h282 SarifResult setLocations(llvm::ArrayRef<CharSourceRange> DiagLocs) { in setLocations() function