Home
last modified time | relevance | path

Searched defs:SourceLine (Results 1 – 9 of 9) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DDisassembler.h455 struct SourceLine { struct
460 SourceLine() : file() {} in SourceLine() argument
474 std::vector<SourceLine> lines; argument
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DTextDiagnostic.cpp68 static int bytesSincePreviousTabOrLineBegin(StringRef SourceLine, size_t i) { in bytesSincePreviousTabOrLineBegin()
98 printableTextForNextCharacter(StringRef SourceLine, size_t *i, in printableTextForNextCharacter()
162 static void expandTabs(std::string &SourceLine, unsigned TabStop) { in expandTabs()
197 static void byteToColumn(StringRef SourceLine, unsigned TabStop, in byteToColumn()
231 static void columnToByte(StringRef SourceLine, unsigned TabStop, in columnToByte()
321 static void selectInterestingSourceRegion(std::string &SourceLine, in selectInterestingSourceRegion()
1203 std::string SourceLine(Line.begin(), Line.end()); in emitSnippetAndCaret() local
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Remarks/
H A DBitstreamRemarkParser.h63 Optional<uint32_t> SourceLine; member
70 Optional<uint32_t> SourceLine; member
H A DRemark.h33 unsigned SourceLine = 0; member
/freebsd-13.1/sys/contrib/dev/acpica/compiler/
H A Daslerror.c831 char *SourceLine, in AslInitEnode()
921 char *SourceLine, in AslCommonError2()
1003 char *SourceLine, in AslLogNewError()
H A Dasltypes.h372 char *SourceLine; member
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugInlineeLinesSubsection.cpp117 uint32_t SourceLine) { in addInlineSite()
H A DRecordName.cpp219 UdtSourceLineRecord &SourceLine) { in visitKnownRecord()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DSourceMgr.cpp380 ArrayRef<char> SourceLine) { in buildFixItLine()