Searched defs:SourceLine (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | Disassembler.h | 484 struct SourceLine { struct 489 SourceLine() = default; argument 503 std::vector<SourceLine> lines; argument
|
/freebsd/contrib/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
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | TextDiagnostic.cpp | 77 static int bytesSincePreviousTabOrLineBegin(StringRef SourceLine, size_t i) { in bytesSincePreviousTabOrLineBegin() 107 printableTextForNextCharacter(StringRef SourceLine, size_t *I, in printableTextForNextCharacter() 176 static void expandTabs(std::string &SourceLine, unsigned TabStop) { in expandTabs() 225 static void genColumnByteMapping(StringRef SourceLine, unsigned TabStop, in genColumnByteMapping() 322 static void selectInterestingSourceRegion(std::string &SourceLine, in selectInterestingSourceRegion() 1378 std::string SourceLine(LineStart, LineEnd); in emitSnippetAndCaret() local 1450 void TextDiagnostic::emitSnippet(StringRef SourceLine, in emitSnippet()
|
/freebsd/sys/contrib/dev/acpica/compiler/ |
H A D | aslerror.c | 831 char *SourceLine, in AslInitEnode() 921 char *SourceLine, in AslCommonError2() 1003 char *SourceLine, in AslLogNewError()
|
H A D | asltypes.h | 372 char *SourceLine; member
|
/freebsd/contrib/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() argument
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | SourceMgr.cpp | 391 ArrayRef<char> SourceLine) { in buildFixItLine()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewVisitor.cpp | 2576 UdtSourceLineRecord &SourceLine, in visitKnownRecord()
|