| /external/angle/src/compiler/preprocessor/ |
| D | SourceLocation.h | 16 struct SourceLocation struct 18 SourceLocation() : file(0), line(0) {} in SourceLocation() function 19 SourceLocation(int f, int l) : file(f), line(l) {} in SourceLocation() function 21 bool equals(const SourceLocation &other) const in equals() argument 30 inline bool operator==(const SourceLocation &lhs, const SourceLocation &rhs) argument
|
| /external/golang-protobuf/reflect/protoreflect/ |
| D | source.go | 36 type SourceLocation struct { struct 39 Path SourcePath 43 StartLine, StartColumn int 48 EndLine, EndColumn int 52 LeadingDetachedComments []string 54 LeadingComments string 56 TrailingComments string 60 Next int
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/GSYM/ |
| D | LookupResult.h | 22 struct SourceLocation { struct 29 inline bool operator==(const SourceLocation &LHS, const SourceLocation &RHS) { argument
|
| /external/tensorflow/tensorflow/core/platform/ |
| D | status.h | 48 struct SourceLocation { struct 53 static SourceLocation current(uint32_t line = __builtin_LINE(), argument 55 SourceLocation loc; argument 63 SourceLocation loc; argument
|
| /external/clang/include/clang/ASTMatchers/Dynamic/ |
| D | Diagnostics.h | 31 struct SourceLocation { struct 32 SourceLocation() : Line(), Column() {} in SourceLocation() function 38 SourceLocation Start; argument
|
| /external/clang/include/clang/Edit/ |
| D | EditsReceiver.h | 16 class SourceLocation; variable
|
| /external/compiler-rt/lib/ubsan/ |
| D | ubsan_value.h | 51 SourceLocation() : Filename(), Line(), Column() {} in SourceLocation() function 52 SourceLocation(const char *Filename, unsigned Line, unsigned Column) in SourceLocation() function
|
| /external/clang/include/clang/AST/ |
| D | SelectorLocationsKind.h | 22 class SourceLocation; variable
|
| /external/perfetto/protos/perfetto/trace/track_event/ |
| D | source_location.proto | 35 message SourceLocation { message
|
| /external/clang/include/clang/Lex/ |
| D | MacroArgs.h | 25 class SourceLocation; variable
|
| D | LiteralSupport.h | 32 class SourceLocation; variable
|
| /external/clang/tools/libclang/ |
| D | CIndexer.h | 34 class SourceLocation; variable
|
| /external/clang/lib/Index/ |
| D | IndexingContext.h | 32 class SourceLocation; variable
|
| /external/protobuf/src/google/protobuf/ |
| D | descriptor.h | 152 struct SourceLocation { struct 168 // include original user comments as recorded in SourceLocation entries. N.B. argument
|
| /external/cronet/third_party/protobuf/src/google/protobuf/ |
| D | descriptor.h | 152 struct SourceLocation { struct 168 // include original user comments as recorded in SourceLocation entries. N.B. argument
|
| /external/grpc-grpc/include/grpcpp/impl/codegen/ |
| D | config_protobuf.h | 84 typedef GRPC_CUSTOM_SOURCELOCATION SourceLocation; typedef
|
| /external/rust/crates/grpcio-sys/grpc/include/grpcpp/impl/codegen/ |
| D | config_protobuf.h | 88 typedef GRPC_CUSTOM_SOURCELOCATION SourceLocation; typedef
|
| /external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/codegen/ |
| D | config_protobuf.h | 88 typedef GRPC_CUSTOM_SOURCELOCATION SourceLocation; typedef
|
| /external/clang/utils/ |
| D | ClangDataFormat.py | 38 class SourceLocation(object): class
|
| /external/rust/crates/bindgen/ |
| D | clang.rs | 374 pub fn location(&self) -> SourceLocation { in location() 1505 pub struct SourceLocation { struct 1506 x: CXSourceLocation, argument 1509 impl SourceLocation { implementation 1526 impl fmt::Display for SourceLocation { implementation 1537 impl fmt::Debug for SourceLocation { implementation
|
| /external/clang/include/clang/Basic/ |
| D | DiagnosticIDs.h | 24 class SourceLocation; variable
|
| D | SourceLocation.h | 98 SourceLocation() : ID(0) {} in SourceLocation() function
|
| /external/llvm/examples/Kaleidoscope/Chapter9/ |
| D | toy.cpp | 101 struct SourceLocation { struct 105 static SourceLocation CurLoc; argument
|
| /external/clang/docs/ |
| D | InternalsManual.rst | 469 .. _SourceLocation: target
|
| /external/cldr/tools/cldr-code/src/main/java/com/ibm/icu/dev/test/ |
| D | TestFmwk.java | 2008 public static final class SourceLocation { class in TestFmwk 2013 public SourceLocation(int lineNumber2, String source, StackTraceElement st) { in SourceLocation() method in TestFmwk.SourceLocation 2019 public SourceLocation() { in SourceLocation() method in TestFmwk.SourceLocation
|