Home
last modified time | relevance | path

Searched defs:LineEnd (Results 1 – 20 of 20) sorted by relevance

/llvm-project-15.0.7/polly/lib/Support/
H A DScopLocation.cpp21 void getDebugLocation(const Region *R, unsigned &LineBegin, unsigned &LineEnd, in getDebugLocation()
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/DIA/
H A DDIALineNumber.cpp23 DWORD LineEnd = 0; in getLineNumberEnd() local
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DImportedFunctionsInliningStatistics.cpp84 bool LineEnd = true) { in getStatString()
/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A DPrettyCompilandDumper.cpp77 uint32_t LineEnd = Line->getLineNumberEnd(); in start() local
/llvm-project-15.0.7/llvm/lib/Support/
H A DSourceMgr.cpp295 const char *LineEnd = Loc.getPointer(); in GetMessage() local
392 const char *LineEnd = SourceLine.end(); in buildFixItLine() local
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopGraphPrinter.cpp80 unsigned LineBegin, LineEnd; in printRegionCluster() local
/llvm-project-15.0.7/bolt/lib/Profile/
H A DDataAggregator.cpp1043 size_t LineEnd = ParsingBuf.find_first_of('\n'); in consumeRestOfLine() local
1811 size_t LineEnd = ParsingBuf.find_first_of("\n"); in parseCommExecEvent() local
1854 size_t LineEnd = ParsingBuf.find_first_of("\n"); in parseForkEvent() local
1906 size_t LineEnd = ParsingBuf.find_first_of("\n"); in parseMMapEvent() local
/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Ddwarf2yaml.cpp402 const uint64_t LineEnd = in dumpDebugLines() local
/llvm-project-15.0.7/clang/tools/clang-import-test/
H A Dclang-import-test.cpp118 const char *LineEnd = nullptr; in PrintSourceForLocation() local
/llvm-project-15.0.7/clang/lib/Format/
H A DSortJavaScriptImports.cpp221 FormatToken *LineEnd; member in clang::format::JavaScriptImportSorter
/llvm-project-15.0.7/polly/lib/Exchange/
H A DJSONExporter.cpp133 unsigned LineBegin, LineEnd; in getJSON() local
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCCodeView.cpp333 *LineEnd = Ctx.createTempSymbol("linetable_end", false); in emitLineTableForFunction() local
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp741 const char *LineEnd = LineStart; in checkAllRulesInBuffer() local
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DSemanticHighlighting.cpp986 auto LineEnd = Code.find('\n', TokStartOffset); in toSemanticTokens() local
/llvm-project-15.0.7/clang/lib/Frontend/
H A DTextDiagnostic.cpp1188 const char *LineEnd = LineStart; in emitSnippetAndCaret() local
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp904 const char *LineEnd = TokInstantiationPtr; in HandlePiece() local
/llvm-project-15.0.7/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h239 unsigned LineStart, ColumnStart, LineEnd, ColumnEnd; member
/llvm-project-15.0.7/clang/lib/Basic/
H A DSourceManager.cpp1202 unsigned LineEnd = SourceLineCache[LastLineNoResult]; in getColumnNumber() local
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp170 unsigned LineEnd; member
/llvm-project-15.0.7/clang/lib/Driver/
H A DDriver.cpp1457 size_t LineEnd = Data.find_first_of("\n", ParentProcPos); in getCrashDiagnosticFile() local