/external/angle/src/compiler/preprocessor/ |
D | SourceLocation.h | 16 struct SourceLocation struct 18 SourceLocation() : file(0), line(0) {} in SourceLocation() argument 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/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/perfetto/protos/perfetto/trace/track_event/ |
D | source_location.proto | 25 message SourceLocation { message
|
/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/clang/include/clang/Lex/ |
D | MacroArgs.h | 25 class SourceLocation; variable
|
D | LiteralSupport.h | 32 class SourceLocation; variable
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.h | 145 struct SourceLocation { struct 161 // include original user comments as recorded in SourceLocation entries. N.B. argument
|
/external/clang/tools/libclang/ |
D | CIndexer.h | 34 class SourceLocation; variable
|
/external/clang/lib/Index/ |
D | IndexingContext.h | 32 class SourceLocation; variable
|
/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/rust/crates/bindgen/src/ |
D | clang.rs | 285 pub fn location(&self) -> SourceLocation { in location() 1372 pub struct SourceLocation { struct 1373 x: CXSourceLocation, argument 1376 impl SourceLocation { implementation 1393 impl fmt::Display for SourceLocation { implementation 1404 impl fmt::Debug for SourceLocation { implementation
|
/external/clang/utils/ |
D | ClangDataFormat.py | 38 class SourceLocation(object): class
|
/external/clang/include/clang/Basic/ |
D | DiagnosticIDs.h | 24 class SourceLocation; variable
|
D | SourceLocation.h | 98 SourceLocation() : ID(0) {} in SourceLocation() function
|
D | IdentifierTable.h | 34 class SourceLocation; variable
|
/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 | 2004 public static final class SourceLocation { class in TestFmwk 2009 public SourceLocation(int lineNumber2, String source, StackTraceElement st) { in SourceLocation() method in TestFmwk.SourceLocation 2015 public SourceLocation() { in SourceLocation() method in TestFmwk.SourceLocation
|
/external/clang/lib/Sema/ |
D | MultiplexExternalSemaSource.cpp | 219 llvm::SmallVector<std::pair<SourceLocation, bool>, 4>> & in ReadMismatchingDeleteExpressions()
|