Home
last modified time | relevance | path

Searched defs:LineStart (Results 1 – 13 of 13) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
HDPrettyCompilandDumper.cpp77 uint32_t LineStart = Line->getLineNumber(); in start() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Support/
HDSourceMgr.cpp292 const char *LineStart = Loc.getPointer(); in GetMessage() local
395 const char *LineStart = SourceLine.begin(); in buildFixItLine() local
HDYAMLParser.cpp1747 auto LineStart = Current; in scanBlockScalar() local
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
HDCodeViewYAMLDebugSections.h64 uint32_t LineStart; member
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDCommentParser.cpp237 llvm::StringRef LineStart(Pos.BufferPtr - Offset - 3, 4); in startsWithParCommand() local
/freebsd-14-stable/contrib/llvm-project/clang/lib/Format/
HDFormatTokenLexer.cpp1038 StringRef LineStart; in tryMergeConflictMarkers() local
/freebsd-14-stable/contrib/llvm-project/clang/lib/Basic/
HDSourceManager.cpp1158 unsigned LineStart = SourceLineCache[LastLineNoResult - 1]; in getColumnNumber() local
1173 unsigned LineStart = FilePos; in getColumnNumber() local
/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDHTMLDiagnostics.cpp912 const char *LineStart = TokInstantiationPtr-ColNo; in HandlePiece() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
HDRuntimeDyldChecker.cpp852 const char *LineStart = MemBuf->getBufferStart(); in checkAllRulesInBuffer() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
HDCoverageMappingReader.cpp244 unsigned LineStart = 0; in readMappingRegionsSubArray() local
/freebsd-14-stable/contrib/llvm-project/clang/lib/Frontend/
HDTextDiagnostic.cpp1361 const char *LineStart = in emitSnippetAndCaret() local
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
HDCoverageMapping.h271 unsigned LineStart, ColumnStart, LineEnd, ColumnEnd; member
/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCoverageMappingGen.cpp220 unsigned LineStart; member