Home
last modified time | relevance | path

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

/src/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()
H A DPlistDiagnostics.cpp268 SM.getExpansionLoc(I->getStart().asRange().getBegin())); in ReportControlFlow()
273 SourceRange EndEdge(SM.getExpansionLoc(I->getEnd().asRange().getBegin())); in ReportControlFlow()
/src/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()