/external/clang/lib/Frontend/ |
D | TextDiagnostic.cpp | 69 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/ |
D | BitstreamRemarkParser.h | 63 Optional<uint32_t> SourceLine; member 70 Optional<uint32_t> SourceLine; member
|
D | Remark.h | 33 unsigned SourceLine = 0; member
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Remarks/ |
D | BitstreamRemarkParser.h | 63 std::optional<uint32_t> SourceLine; member 70 std::optional<uint32_t> SourceLine; member
|
D | Remark.h | 33 unsigned SourceLine = 0; member
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/CodeView/ |
D | DebugInlineeLinesSubsection.cpp | 118 uint32_t SourceLine) { in addInlineSite()
|
D | RecordName.cpp | 223 UdtSourceLineRecord &SourceLine) { in visitKnownRecord()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | DebugInlineeLinesSubsection.cpp | 117 uint32_t SourceLine) { in addInlineSite()
|
D | RecordName.cpp | 217 UdtSourceLineRecord &SourceLine) { in visitKnownRecord()
|
/external/abseil-cpp/absl/log/internal/ |
D | test_matchers.cc | 115 Matcher<const absl::LogEntry&> SourceLine( in SourceLine() function
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/log/internal/ |
D | test_matchers.cc | 114 Matcher<const absl::LogEntry&> SourceLine( in SourceLine() function
|
/external/angle/third_party/abseil-cpp/absl/log/internal/ |
D | test_matchers.cc | 115 Matcher<const absl::LogEntry&> SourceLine( in SourceLine() function
|
/external/cronet/tot/third_party/abseil-cpp/absl/log/internal/ |
D | test_matchers.cc | 115 Matcher<const absl::LogEntry&> SourceLine( in SourceLine() function
|
/external/cronet/stable/third_party/abseil-cpp/absl/log/internal/ |
D | test_matchers.cc | 115 Matcher<const absl::LogEntry&> SourceLine( in SourceLine() function
|
/external/llvm/lib/Support/ |
D | SourceMgr.cpp | 244 ArrayRef<SMFixIt> FixIts, ArrayRef<char> SourceLine){ in buildFixItLine()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | SourceMgr.cpp | 271 ArrayRef<SMFixIt> FixIts, ArrayRef<char> SourceLine){ in buildFixItLine()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/ |
D | SourceMgr.cpp | 391 ArrayRef<char> SourceLine) { in buildFixItLine()
|
/external/python/cpython3/Tools/c-analyzer/c_parser/ |
D | info.py | 185 class SourceLine(namedtuple('Line', 'file kind data conditions')): class
|