Home
last modified time | relevance | path

Searched defs:CurrentLine (Results 1 – 7 of 7) sorted by relevance

/llvm-project/llvm/include/llvm/Support/
H A DLineIterator.h39 StringRef CurrentLine; variable
/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBContext.cpp98 DILineInfo CurrentLine = getLineInfoForAddress(Address, Specifier); in getInliningInfoForAddress() local
/llvm-project/clang/lib/Format/
H A DDefinitionBlockSeparator.cpp78 const auto &CurrentLine = Lines[I]; in separateBlocks() local
H A DFormat.cpp2696 checkEmptyNamespace(SmallVectorImpl<AnnotatedLine * > & AnnotatedLines,unsigned CurrentLine,unsigned & NewLine,std::set<unsigned> & DeletedLines) checkEmptyNamespace() argument
[all...]
/llvm-project/llvm/tools/llvm-cov/
H A DCoverageExporterLcov.cpp137 unsigned CurrentLine = NextBranch->LineStart; in renderBranchExecutionCounts() local
H A DCodeCoverage.cpp340 unsigned CurrentLine = NextBranch->LineStart; in attachBranchSubViews() local
360 unsigned CurrentLine = NextRecord->getDecisionRegion().LineEnd; in attachMCDCSubViews() local
/llvm-project/llvm/tools/llvm-profgen/
H A DPerfReader.h31 std::string CurrentLine; variable