Searched defs:SourceLine (Results 1 – 8 of 8) sorted by relevance
/llvm-project/lldb/include/lldb/Core/ |
H A D | Disassembler.h | 484 struct SourceLine { global() struct 489 columnSourceLine global() argument 503 IsValidSourceLine global() argument [all...] |
/llvm-project/llvm/include/llvm/Remarks/ |
H A D | BitstreamRemarkParser.h | 63 std::optional<uint32_t> SourceLine; member 70 std::optional<uint32_t> SourceLine; member
|
H A D | Remark.h | 34 unsigned SourceLine = 0; member
|
/llvm-project/clang/lib/Frontend/ |
H A D | TextDiagnostic.cpp | 77 static int bytesSincePreviousTabOrLineBegin(StringRef SourceLine, size_t i) { in bytesSincePreviousTabOrLineBegin() argument 107 printableTextForNextCharacter(StringRef SourceLine, size_t *I, in printableTextForNextCharacter() argument 176 expandTabs(std::string & SourceLine,unsigned TabStop) expandTabs() argument 225 genColumnByteMapping(StringRef SourceLine,unsigned TabStop,SmallVectorImpl<int> & BytesOut,SmallVectorImpl<int> & ColumnsOut) genColumnByteMapping() argument 322 selectInterestingSourceRegion(std::string & SourceLine,std::string & CaretLine,std::string & FixItInsertionLine,unsigned Columns,const SourceColumnMap & map) selectInterestingSourceRegion() argument 1378 std::string SourceLine(LineStart, LineEnd); emitSnippetAndCaret() local 1450 emitSnippet(StringRef SourceLine,unsigned MaxLineNoDisplayWidth,unsigned LineNo,unsigned DisplayLineNo,ArrayRef<StyleRange> Styles) emitSnippet() argument [all...] |
/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | DebugInlineeLinesSubsection.cpp | 118 uint32_t SourceLine) { in addInlineSite()
|
H A D | RecordName.cpp | 223 UdtSourceLineRecord &SourceLine) { in visitKnownRecord()
|
/llvm-project/llvm/lib/Support/ |
H A D | SourceMgr.cpp | 391 ArrayRef<char> SourceLine) { in buildFixItLine() argument
|
/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewVisitor.cpp | 2576 printTypeIndex("SourceFile", SourceLine.getSourceFile(), StreamIPI); in visitKnownRecord() argument
|