Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DDebugInlineeLinesSubsection.cpp117 uint32_t SourceLine) { in addInlineSite()
DRecordName.cpp217 UdtSourceLineRecord &SourceLine) { in visitKnownRecord()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DSourceMgr.cpp271 ArrayRef<SMFixIt> FixIts, ArrayRef<char> SourceLine){ in buildFixItLine()
/third_party/python/Tools/c-analyzer/c_parser/
Dinfo.py186 class SourceLine(namedtuple('Line', 'file kind data conditions')): class