| /external/swiftshader/src/OpenGL/compiler/preprocessor/ |
| D | SourceLocation.h | 21 struct SourceLocation struct 23 SourceLocation() : file(0), line(0) { } in SourceLocation() function 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() function 38 SourceLocation Start; argument
|
| /external/clang/include/clang/Edit/ |
| D | EditsReceiver.h | 16 class SourceLocation; variable
|
| /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/clang/tools/libclang/ |
| D | CIndexer.h | 34 class SourceLocation; variable
|
| /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/lib/Index/ |
| D | IndexingContext.h | 32 class SourceLocation; variable
|
| /external/cmockery/cmockery_0_1_2/src/google/ |
| D | cmockery.h | 305 typedef struct SourceLocation { struct 308 } SourceLocation; typedef
|
| /external/clang/utils/ |
| D | ClangDataFormat.py | 38 class SourceLocation(object): class
|
| /external/v8/tools/clang/translation_unit/ |
| D | TranslationUnitGenerator.cpp | 116 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
|
| D | TargetInfo.h | 45 class SourceLocation; variable
|
| /external/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/v8/src/inspector/ |
| D | debugger_script_externs.js | 235 var SourceLocation; variable
|
| /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()
|
| D | SemaOpenMP.cpp | 998 SourceLocation) -> bool { in IsOpenMPCapturedDecl() argument 3277 SourceLocation) -> bool { in CheckNestingOfRegions() argument 7407 SemaDiagnosticBuilder diagnoseConversion(Sema &, SourceLocation, QualType, in PerformOpenMPImplicitIntegerConversion() argument
|
| /external/clang/bindings/python/clang/ |
| D | cindex.py | 160 class SourceLocation(Structure): class
|