Searched refs:CurrentLine (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | LineIterator.h | 39 StringRef CurrentLine; variable 80 StringRef operator*() const { return CurrentLine; } 81 const StringRef *operator->() const { return &CurrentLine; } 85 LHS.CurrentLine.begin() == RHS.CurrentLine.begin();
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | LineIterator.cpp | 42 CurrentLine(Buffer.getBufferSize() ? Buffer.getBufferStart() : nullptr, in line_iterator() 57 const char *Pos = CurrentLine.end(); in advance() 86 CurrentLine = StringRef(); in advance() 96 CurrentLine = StringRef(Pos, Length); in advance()
|
| /llvm-project-15.0.7/clang/lib/Format/ |
| H A D | DefinitionBlockSeparator.cpp | 78 const auto &CurrentLine = Lines[I]; in separateBlocks() local 79 if (CurrentLine->InPPDirective) in separateBlocks() 83 auto OpeningLineIndex = CurrentLine->MatchingOpeningBlockLineIndex; in separateBlocks() 122 for (const FormatToken *CurrentToken = CurrentLine->First; CurrentToken; in separateBlocks() 173 !LikelyDefinition(CurrentLine, /*ExcludeEnum=*/true)) { in separateBlocks() 186 TargetLine = CurrentLine; in separateBlocks() 193 } else if (CurrentLine->First->closesScope()) { in separateBlocks()
|
| H A D | Format.cpp | 2292 unsigned InitLine = CurrentLine, End = AnnotatedLines.size(); in checkEmptyNamespace() 2298 NewLine = CurrentLine; in checkEmptyNamespace() 2304 while (++CurrentLine < End) { in checkEmptyNamespace() 2305 if (AnnotatedLines[CurrentLine]->startsWith(tok::r_brace)) in checkEmptyNamespace() 2308 if (AnnotatedLines[CurrentLine]->startsWithNamespace()) { in checkEmptyNamespace() 2313 CurrentLine = NewLine; in checkEmptyNamespace() 2317 if (containsOnlyComments(*AnnotatedLines[CurrentLine])) in checkEmptyNamespace() 2322 NewLine = CurrentLine; in checkEmptyNamespace() 2326 NewLine = CurrentLine; in checkEmptyNamespace() 2327 if (CurrentLine >= End) in checkEmptyNamespace() [all …]
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/ |
| H A D | PDBContext.cpp | 98 DILineInfo CurrentLine = getLineInfoForAddress(Address, Specifier); in getInliningInfoForAddress() local 104 InlineInfo.addFrame(CurrentLine); in getInliningInfoForAddress() 110 InlineInfo.addFrame(CurrentLine); in getInliningInfoForAddress() 134 InlineInfo.addFrame(CurrentLine); in getInliningInfoForAddress()
|
| /llvm-project-15.0.7/llvm/tools/llvm-cov/ |
| H A D | CoverageExporterLcov.cpp | 137 unsigned CurrentLine = NextBranch->LineStart; in renderBranchExecutionCounts() local 141 while (NextBranch != EndBranch && CurrentLine == NextBranch->LineStart) { in renderBranchExecutionCounts() 148 OS << "BRDA:" << CurrentLine << ',' << PairIndex << ',' in renderBranchExecutionCounts()
|
| H A D | CodeCoverage.cpp | 332 unsigned CurrentLine = NextBranch->LineStart; in attachBranchSubViews() local 334 while (NextBranch != EndBranch && CurrentLine == NextBranch->LineStart) in attachBranchSubViews() 340 View.addBranch(CurrentLine, ViewBranches, std::move(SubView)); in attachBranchSubViews()
|
| /llvm-project-15.0.7/llvm/tools/llvm-profgen/ |
| H A D | PerfReader.h | 30 std::string CurrentLine; variable 44 return CurrentLine; in getCurrentLine() 53 if (!std::getline(Fin, CurrentLine)) { in advance()
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | ClangFormatStyleOptions.rst | 2383 This option is **deprecated**. See ``CurrentLine`` of 3435 * ``PCIS_CurrentLine`` (in configuration: ``CurrentLine``)
|