Home
last modified time | relevance | path

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

12

/external/angle/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() 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/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/perfetto/protos/perfetto/trace/track_event/
Dsource_location.proto25 message SourceLocation { message
/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/clang/include/clang/Lex/
DMacroArgs.h25 class SourceLocation; variable
DLiteralSupport.h32 class SourceLocation; variable
/external/protobuf/src/google/protobuf/
Ddescriptor.h145 struct SourceLocation { struct
161 // include original user comments as recorded in SourceLocation entries. N.B. argument
/external/clang/tools/libclang/
DCIndexer.h34 class SourceLocation; variable
/external/clang/lib/Index/
DIndexingContext.h32 class SourceLocation; variable
/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/rust/crates/bindgen/src/
Dclang.rs285 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/
DClangDataFormat.py38 class SourceLocation(object): class
/external/clang/include/clang/Basic/
DDiagnosticIDs.h24 class SourceLocation; variable
DSourceLocation.h98 SourceLocation() : ID(0) {} in SourceLocation() function
DIdentifierTable.h34 class SourceLocation; variable
/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.java2004 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/
DMultiplexExternalSemaSource.cpp219 llvm::SmallVector<std::pair<SourceLocation, bool>, 4>> & in ReadMismatchingDeleteExpressions()

12