Searched refs:LineRef (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/llvm-cov/ |
| H A D | SourceCoverageView.h | 152 struct LineRef { struct 156 LineRef(StringRef Line, int64_t LineNo) : Line(Line), LineNo(LineNo) {} in LineRef() argument 183 virtual void renderLine(raw_ostream &OS, LineRef L, 200 virtual void renderExpansionSite(raw_ostream &OS, LineRef L,
|
| H A D | SourceCoverageViewText.h | 53 void renderLine(raw_ostream &OS, LineRef L, const LineCoverageStats &LCS, 56 void renderExpansionSite(raw_ostream &OS, LineRef L,
|
| H A D | SourceCoverageViewHTML.h | 62 void renderLine(raw_ostream &OS, LineRef L, const LineCoverageStats &LCS, 65 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 | 493 void SourceCoverageViewHTML::renderLine(raw_ostream &OS, LineRef L, in renderLine() 638 void SourceCoverageViewHTML::renderExpansionSite(raw_ostream &OS, LineRef L, in renderExpansionSite()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CrossTU/ |
| H A D | CrossTranslationUnit.cpp | 134 StringRef LineRef{Line}; in parseCrossTUIndex() local 135 StringRef LookupName = LineRef.substr(0, Pos); in parseCrossTUIndex() 139 StringRef FileName = LineRef.substr(Pos + 1); in parseCrossTUIndex()
|