Home
last modified time | relevance | path

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

12

/external/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() 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/
DDiagnostics.h31 struct SourceLocation { struct
32 SourceLocation() : Line(), Column() {} in SourceLocation() argument
38 SourceLocation Start; argument
/external/clang/include/clang/Edit/
DEditsReceiver.h16 class SourceLocation; variable
/external/perfetto/protos/perfetto/trace/track_event/
Dtask_execution.proto32 message SourceLocation { message
/external/v8/src/profiler/
Dheap-snapshot-generator.h36 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/
DSelectorLocationsKind.h22 class SourceLocation; variable
/external/clang/include/clang/Lex/
DMacroArgs.h25 class SourceLocation; variable
DLiteralSupport.h32 class SourceLocation; variable
DPPCallbacks.h27 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/protobuf/src/google/protobuf/
Ddescriptor.h136 struct SourceLocation { struct
152 // 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/cmockery/cmockery_0_1_2/src/google/
Dcmockery.h305 typedef struct SourceLocation { struct
308 } SourceLocation; argument
/external/clang/utils/
DClangDataFormat.py38 class SourceLocation(object): class
/external/v8/tools/clang/translation_unit/
DTranslationUnitGenerator.cpp121 clang::SourceLocation /*loc*/, in FileChanged()
/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/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter9/
Dtoy.cpp101 struct SourceLocation { struct
105 static SourceLocation CurLoc; argument
/external/clang/docs/
DInternalsManual.rst469 .. _SourceLocation: target
/external/clang/lib/Sema/
DMultiplexExternalSemaSource.cpp219 llvm::SmallVector<std::pair<SourceLocation, bool>, 4>> & in ReadMismatchingDeleteExpressions()
DSema.cpp1266 FieldDecl *, llvm::SmallVector<std::pair<SourceLocation, bool>, 4>> &) {} in ReadMismatchingDeleteExpressions()

12