Home
last modified time | relevance | path

Searched defs:SourceLocation (Results 1 – 25 of 43) sorted by relevance

12

/external/angle/src/compiler/preprocessor/
DSourceLocation.h16 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/
Dsource.go36 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/
DLookupResult.h22 struct SourceLocation { struct
29 inline bool operator==(const SourceLocation &LHS, const SourceLocation &RHS) { argument
/external/tensorflow/tensorflow/core/platform/
Dstatus.h48 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/
DDiagnostics.h31 struct SourceLocation { struct
32 SourceLocation() : Line(), Column() {} in SourceLocation() function
38 SourceLocation Start; argument
/external/clang/include/clang/Edit/
DEditsReceiver.h16 class SourceLocation; variable
/external/compiler-rt/lib/ubsan/
Dubsan_value.h51 SourceLocation() : Filename(), Line(), Column() {} in SourceLocation() function
52 SourceLocation(const char *Filename, unsigned Line, unsigned Column) in SourceLocation() function
/external/clang/include/clang/AST/
DSelectorLocationsKind.h22 class SourceLocation; variable
/external/perfetto/protos/perfetto/trace/track_event/
Dsource_location.proto35 message SourceLocation { message
/external/clang/include/clang/Lex/
DMacroArgs.h25 class SourceLocation; variable
DLiteralSupport.h32 class SourceLocation; variable
/external/clang/tools/libclang/
DCIndexer.h34 class SourceLocation; variable
/external/clang/lib/Index/
DIndexingContext.h32 class SourceLocation; variable
/external/protobuf/src/google/protobuf/
Ddescriptor.h152 struct SourceLocation { struct
168 // include original user comments as recorded in SourceLocation entries. N.B. argument
/external/cronet/third_party/protobuf/src/google/protobuf/
Ddescriptor.h152 struct SourceLocation { struct
168 // include original user comments as recorded in SourceLocation entries. N.B. argument
/external/grpc-grpc/include/grpcpp/impl/codegen/
Dconfig_protobuf.h84 typedef GRPC_CUSTOM_SOURCELOCATION SourceLocation; typedef
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/impl/codegen/
Dconfig_protobuf.h88 typedef GRPC_CUSTOM_SOURCELOCATION SourceLocation; typedef
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/codegen/
Dconfig_protobuf.h88 typedef GRPC_CUSTOM_SOURCELOCATION SourceLocation; typedef
/external/clang/utils/
DClangDataFormat.py38 class SourceLocation(object): class
/external/rust/crates/bindgen/
Dclang.rs374 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/
DDiagnosticIDs.h24 class SourceLocation; variable
DSourceLocation.h98 SourceLocation() : ID(0) {} in SourceLocation() function
/external/llvm/examples/Kaleidoscope/Chapter9/
Dtoy.cpp101 struct SourceLocation { struct
105 static SourceLocation CurLoc; argument
/external/clang/docs/
DInternalsManual.rst469 .. _SourceLocation: target
/external/cldr/tools/cldr-code/src/main/java/com/ibm/icu/dev/test/
DTestFmwk.java2008 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

12