Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSarifDiagnostics.cpp135 Piece->getLocation().asRange(), Piece->getLocation().getManager(), LO); in createThreadFlows()
174 Diag->getLocation().asRange(), Diag->getLocation().getManager(), LO); in createResult()
H A DBugSuppression.cpp184 SourceRange BugRange = Location.asRange(); in isSuppressed()
H A DHTMLDiagnostics.cpp752 SourceRange Range(Piece.getLocation().asRange()); in HandlePopUpPieceEndTag()
1234 HighlightRange(R, BugFileID, LPair.getStart().asRange().getBegin(), in ProcessControlFlowPiece()
1236 HighlightRange(R, BugFileID, LPair.getEnd().asRange().getBegin(), in ProcessControlFlowPiece()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h343 PathDiagnosticRange asRange() const { in asRange() function
520 if (addPosRange && Pos.hasRange()) addRange(Pos.asRange()); in PathDiagnosticPiece()