Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/angle2/src/compiler/preprocessor/
DSourceLocation.h16 struct SourceLocation struct
18 SourceLocation() : file(0), line(0) {} in SourceLocation() argument
19 SourceLocation(int f, int l) : file(f), line(l) {} in SourceLocation() argument
21 bool equals(const SourceLocation &other) const in equals() argument
30 inline bool operator==(const SourceLocation &lhs, const SourceLocation &rhs) argument
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
DSourceLocation.h21 struct SourceLocation struct
23 SourceLocation() : file(0), line(0) {} in SourceLocation() argument
24 SourceLocation(int f, int l) : file(f), line(l) {} in SourceLocation() argument
26 bool equals(const SourceLocation &other) const in equals() argument
35 inline bool operator==(const SourceLocation &lhs, const SourceLocation &rhs) argument
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
DSourceLocation.h16 struct SourceLocation struct
18 SourceLocation() : file(0), line(0) {} in SourceLocation() argument
19 SourceLocation(int f, int l) : file(f), line(l) {} in SourceLocation() argument
21 bool equals(const SourceLocation &other) const in equals() argument
30 inline bool operator==(const SourceLocation &lhs, const SourceLocation &rhs) argument
/third_party/skia/third_party/externals/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
/third_party/protobuf/src/google/protobuf/
Ddescriptor.h147 struct SourceLocation { struct
163 // include original user comments as recorded in SourceLocation entries. N.B. argument
/third_party/rust/crates/bindgen/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
/third_party/rust/crates/bindgen/bindgen/ir/
Ditem.rs435 location: Option<clang::SourceLocation>, in new()
531 pub fn location(&self) -> Option<&clang::SourceLocation> { in location()
/third_party/node/deps/acorn/acorn/dist/
Dacorn.js293 var SourceLocation = function SourceLocation(p, start, end) { class
5457 SourceLocation: SourceLocation, property
Dacorn.mjs287 var SourceLocation = function SourceLocation(p, start, end) { class
5451 SourceLocation: SourceLocation, property
/third_party/vk-gl-cts/external/vulkan-docs/src/katex/
Dkatex.mjs5 class SourceLocation { class