Home
last modified time | relevance | path

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

12

/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/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/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/clang/tools/libclang/
DCIndexer.h34 class SourceLocation; variable
/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/lib/Index/
DIndexingContext.h32 class SourceLocation; variable
/external/cmockery/cmockery_0_1_2/src/google/
Dcmockery.h305 typedef struct SourceLocation { struct
308 } SourceLocation; argument
/external/v8/tools/clang/translation_unit/
DTranslationUnitGenerator.cpp116 clang::SourceLocation /*loc*/, in FileChanged()
/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
DTargetInfo.h45 class SourceLocation; variable
/external/llvm/examples/Kaleidoscope/Chapter9/
Dtoy.cpp101 struct SourceLocation { struct
105 static SourceLocation CurLoc; argument
/external/v8/src/inspector/
Ddebugger_script_externs.js174 var SourceLocation; variable
/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()
DSemaOpenMP.cpp998 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/
Dcindex.py160 class SourceLocation(Structure): class

12