Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyCompilandDumper.cpp77 uint32_t LineStart = Line->getLineNumber(); in start() local
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSourceMgr.cpp292 const char *LineStart = Loc.getPointer(); in GetMessage() local
395 const char *LineStart = SourceLine.begin(); in buildFixItLine() local
H A DYAMLParser.cpp1728 auto LineStart = Current; scanBlockScalar() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLDebugSections.h64 uint32_t LineStart; member
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DCommentParser.cpp237 llvm::StringRef LineStart(Pos.BufferPtr - Offset - 3, 4); in startsWithParCommand() local
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatTokenLexer.cpp1038 StringRef LineStart; in tryMergeConflictMarkers() local
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp1158 unsigned LineStart = SourceLineCache[LastLineNoResult - 1]; in getColumnNumber() local
1173 unsigned LineStart = FilePos; in getColumnNumber() local
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp852 const char *LineStart = MemBuf->getBufferStart(); in checkAllRulesInBuffer() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp912 const char *LineStart = TokInstantiationPtr-ColNo; in HandlePiece() local
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DTextDiagnostic.cpp1361 const char *LineStart = in emitSnippetAndCaret() local
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp244 unsigned LineStart = 0; in readMappingRegionsSubArray() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h271 unsigned LineStart, ColumnStart, LineEnd, ColumnEnd; member
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp220 unsigned LineStart; member