Searched refs:CurrentLine (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | LineIterator.h | 40 StringRef CurrentLine; variable 83 StringRef operator*() const { return CurrentLine; } 84 const StringRef *operator->() const { return &CurrentLine; } 88 LHS.CurrentLine.begin() == RHS.CurrentLine.begin();
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | LineIterator.cpp | 43 CurrentLine(Buffer.getBufferSize() ? Buffer.getBufferStart() : nullptr, in line_iterator() 58 const char *Pos = CurrentLine.end(); in advance() 87 CurrentLine = StringRef(); in advance() 97 CurrentLine = StringRef(Pos, Length); in advance()
|
| /freebsd/contrib/llvm-project/clang/lib/Format/ |
| H A D | DefinitionBlockSeparator.cpp | 77 const auto &CurrentLine = Lines[I]; in separateBlocks() local 78 if (CurrentLine->InPPDirective) in separateBlocks() 82 auto OpeningLineIndex = CurrentLine->MatchingOpeningBlockLineIndex; in separateBlocks() 121 for (const FormatToken *CurrentToken = CurrentLine->First; CurrentToken; in separateBlocks() 178 !LikelyDefinition(CurrentLine, /*ExcludeEnum=*/true)) { in separateBlocks() 191 TargetLine = CurrentLine; in separateBlocks() 198 } else if (CurrentLine->First->closesScope()) { in separateBlocks()
|
| H A D | Format.cpp | 2865 unsigned CurrentLine, unsigned &NewLine, in checkEmptyNamespace() argument 2867 unsigned InitLine = CurrentLine, End = AnnotatedLines.size(); in checkEmptyNamespace() 2872 if (!AnnotatedLines[++CurrentLine]->startsWith(tok::l_brace)) { in checkEmptyNamespace() 2873 NewLine = CurrentLine; in checkEmptyNamespace() 2876 } else if (!AnnotatedLines[CurrentLine]->endsWith(tok::l_brace)) { in checkEmptyNamespace() 2879 while (++CurrentLine < End) { in checkEmptyNamespace() 2880 if (AnnotatedLines[CurrentLine]->startsWith(tok::r_brace)) in checkEmptyNamespace() 2883 if (AnnotatedLines[CurrentLine]->startsWithNamespace()) { in checkEmptyNamespace() 2884 if (!checkEmptyNamespace(AnnotatedLines, CurrentLine, NewLine, in checkEmptyNamespace() 2888 CurrentLine = NewLine; in checkEmptyNamespace() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/ |
| H A D | PDBContext.cpp | 100 DILineInfo CurrentLine = in getInliningInfoForAddress() local 107 InlineInfo.addFrame(CurrentLine); in getInliningInfoForAddress() 113 InlineInfo.addFrame(CurrentLine); in getInliningInfoForAddress() 137 InlineInfo.addFrame(CurrentLine); in getInliningInfoForAddress()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-cov/ |
| H A D | CoverageExporterLcov.cpp | 213 unsigned CurrentLine = NextBranch->getEffectiveLine(); in renderBranchExecutionCounts() local 218 CurrentLine == NextBranch->getEffectiveLine()) { in renderBranchExecutionCounts() 225 OS << "BRDA:" << CurrentLine << ',' << PairIndex << ',' in renderBranchExecutionCounts()
|
| H A D | CodeCoverage.cpp | 340 unsigned CurrentLine = NextBranch->LineStart; in attachBranchSubViews() local 341 while (NextBranch != EndBranch && CurrentLine == NextBranch->LineStart) in attachBranchSubViews() 344 View.addBranch(CurrentLine, std::move(ViewBranches)); in attachBranchSubViews() 360 unsigned CurrentLine = NextRecord->getDecisionRegion().LineEnd; in attachMCDCSubViews() local 362 CurrentLine == NextRecord->getDecisionRegion().LineEnd) in attachMCDCSubViews() 365 View.addMCDCRecord(CurrentLine, std::move(ViewMCDCRecords)); in attachMCDCSubViews()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVReader.h | 138 LVLine *CurrentLine = nullptr; variable
|