Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DTextDiagnostic.cpp69 static int bytesSincePreviousTabOrLineBegin(StringRef SourceLine, size_t i) { in bytesSincePreviousTabOrLineBegin()
99 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()
1128 std::string SourceLine(Line.begin(), Line.end()); in emitSnippetAndCaret() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Remarks/
DBitstreamRemarkParser.h63 Optional<uint32_t> SourceLine; member
70 Optional<uint32_t> SourceLine; member
DRemark.h33 unsigned SourceLine = 0; member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DDebugInlineeLinesSubsection.cpp117 uint32_t SourceLine) { in addInlineSite()
DRecordName.cpp217 UdtSourceLineRecord &SourceLine) { in visitKnownRecord()
/external/llvm/lib/Support/
DSourceMgr.cpp244 ArrayRef<SMFixIt> FixIts, ArrayRef<char> SourceLine){ in buildFixItLine()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DSourceMgr.cpp271 ArrayRef<SMFixIt> FixIts, ArrayRef<char> SourceLine){ in buildFixItLine()
/external/python/cpython3/Tools/c-analyzer/c_parser/
Dinfo.py186 class SourceLine(namedtuple('Line', 'file kind data conditions')): class