| /external/swiftshader/src/OpenGL/compiler/preprocessor/ |
| D | SourceLocation.h | 21 struct SourceLocation struct 23 SourceLocation() : file(0), line(0) {} in SourceLocation() argument 24 SourceLocation(int f, int l) : file(f), line(l) {} in SourceLocation() function 26 bool equals(const SourceLocation &other) const in equals() argument 35 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() argument 38 SourceLocation Start; argument
|
| /external/clang/include/clang/Edit/ |
| D | EditsReceiver.h | 16 class SourceLocation; variable
|
| /external/perfetto/protos/perfetto/trace/track_event/ |
| D | task_execution.proto | 32 message SourceLocation { message
|
| /external/v8/src/profiler/ |
| D | heap-snapshot-generator.h | 36 struct SourceLocation { struct 37 SourceLocation(int entry_index, int scriptId, int line, int col) in SourceLocation() function 40 const int entry_index; 41 const int scriptId; 42 const int line; 43 const int col;
|
| /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
|
| D | PPCallbacks.h | 27 class SourceLocation; variable
|
| /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/protobuf/src/google/protobuf/ |
| D | descriptor.h | 136 struct SourceLocation { struct 152 // 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/cmockery/cmockery_0_1_2/src/google/ |
| D | cmockery.h | 305 typedef struct SourceLocation { struct 308 } SourceLocation; argument
|
| /external/clang/utils/ |
| D | ClangDataFormat.py | 38 class SourceLocation(object): class
|
| /external/v8/tools/clang/translation_unit/ |
| D | TranslationUnitGenerator.cpp | 121 clang::SourceLocation /*loc*/, in FileChanged()
|
| /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/swiftshader/third_party/llvm-7.0/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/clang/lib/Sema/ |
| D | MultiplexExternalSemaSource.cpp | 219 llvm::SmallVector<std::pair<SourceLocation, bool>, 4>> & in ReadMismatchingDeleteExpressions()
|
| D | Sema.cpp | 1266 FieldDecl *, llvm::SmallVector<std::pair<SourceLocation, bool>, 4>> &) {} in ReadMismatchingDeleteExpressions()
|