Home
last modified time | relevance | path

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

123

/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() argument
21 bool equals(const SourceLocation &other) const in equals() argument
30 inline bool operator==(const SourceLocation &lhs, const SourceLocation &rhs) argument
/external/swiftshader/src/OpenGL/compiler/preprocessor/
DSourceLocation.h21 struct SourceLocation struct
23 SourceLocation() : file(0), line(0) {} in SourceLocation() function
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
/external/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
DLookupResult.h22 struct SourceLocation { struct
30 inline bool operator==(const SourceLocation &LHS, const SourceLocation &RHS) { argument
/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/llvm-project/clang/test/CodeGenCXX/
Dubsan-check-debuglocs.cpp10 struct SourceLocation { struct
11 SourceLocation acquire() {}; in acquire() argument
/external/clang/include/clang/ASTMatchers/Dynamic/
DDiagnostics.h31 struct SourceLocation { struct
32 SourceLocation() : Line(), Column() {} in SourceLocation() argument
38 SourceLocation Start; argument
/external/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
DDiagnostics.h30 struct SourceLocation { struct
31 SourceLocation() : Line(), Column() {} in SourceLocation() argument
37 SourceLocation Start; argument
/external/llvm-project/debuginfo-tests/dexter/dex/dextIR/
DProgramState.py16 class SourceLocation: class
50 location: SourceLocation = None,
/external/clang/include/clang/Edit/
DEditsReceiver.h16 class SourceLocation; variable
/external/llvm-project/clang/include/clang/Tooling/Refactoring/Rename/
DUSRFinder.h27 class SourceLocation; variable
/external/perfetto/protos/perfetto/trace/track_event/
Dsource_location.proto25 message SourceLocation { message
/external/llvm-project/clang/include/clang/AST/
DSelectorLocationsKind.h21 class SourceLocation; variable
/external/clang/include/clang/AST/
DSelectorLocationsKind.h22 class SourceLocation; variable
/external/llvm-project/clang/include/clang/Index/
DUSRGeneration.h20 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/llvm-project/compiler-rt/lib/ubsan/
Dubsan_value.h50 SourceLocation() : Filename(), Line(), Column() {} in SourceLocation() function
51 SourceLocation(const char *Filename, unsigned Line, unsigned Column) in SourceLocation() function
/external/clang/include/clang/Lex/
DMacroArgs.h25 class SourceLocation; variable
/external/llvm-project/clang/include/clang/Lex/
DMacroArgs.h25 class SourceLocation; variable
/external/clang/tools/libclang/
DCIndexer.h34 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/llvm-project/clang/lib/Index/
DIndexingContext.h33 class SourceLocation; variable
/external/llvm-project/clang-tools-extra/clang-tidy/
DExpandModularHeadersPPCallbacks.cpp286 void ExpandModularHeadersPPCallbacks::Elif(SourceLocation Loc, SourceRange, in Elif() argument
298 void ExpandModularHeadersPPCallbacks::Else(SourceLocation Loc, SourceLocation) { in Else() argument
301 void ExpandModularHeadersPPCallbacks::Endif(SourceLocation Loc, in Endif() argument
/external/clang/lib/Index/
DIndexingContext.h32 class SourceLocation; variable
/external/llvm-project/clang/tools/libclang/
DCIndexer.h30 class SourceLocation; variable
/external/grpc-grpc/include/grpcpp/impl/codegen/
Dconfig_protobuf.h84 typedef GRPC_CUSTOM_SOURCELOCATION SourceLocation; typedef

123