Searched refs:LineRef (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-cov/ |
| H A D | SourceCoverageView.h | 171 struct LineRef { struct 175 LineRef(StringRef Line, int64_t LineNo) : Line(Line), LineNo(LineNo) {} in LineRef() argument 202 virtual void renderLine(raw_ostream &OS, LineRef L, 219 virtual void renderExpansionSite(raw_ostream &OS, LineRef L,
|
| H A D | SourceCoverageViewText.h | 52 void renderLine(raw_ostream &OS, LineRef L, const LineCoverageStats &LCS, 55 void renderExpansionSite(raw_ostream &OS, LineRef L,
|
| H A D | SourceCoverageViewHTML.h | 61 void renderLine(raw_ostream &OS, LineRef L, const LineCoverageStats &LCS, 64 void renderExpansionSite(raw_ostream &OS, LineRef L,
|
| H A D | SourceCoverageViewText.cpp | 96 void SourceCoverageViewText::renderLine(raw_ostream &OS, LineRef L, in renderLine() 206 void SourceCoverageViewText::renderExpansionSite(raw_ostream &OS, LineRef L, in renderExpansionSite()
|
| H A D | SourceCoverageViewHTML.cpp | 497 void SourceCoverageViewHTML::renderLine(raw_ostream &OS, LineRef L, in renderLine() 642 void SourceCoverageViewHTML::renderExpansionSite(raw_ostream &OS, LineRef L, in renderExpansionSite()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CrossTU/ |
| H A D | CrossTranslationUnit.cpp | 163 StringRef LineRef{Line}; in parseCrossTUIndex() local 164 const size_t Delimiter = LineRef.find(' '); in parseCrossTUIndex() 166 StringRef LookupName = LineRef.substr(0, Delimiter); in parseCrossTUIndex() 169 SmallString<32> FilePath(LineRef.substr(Delimiter + 1)); in parseCrossTUIndex()
|