Home
last modified time | relevance | path

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

/external/chromium_org/third_party/angle/src/compiler/preprocessor/
DSourceLocation.h13 struct SourceLocation struct
15 SourceLocation() : file(0), line(0) { } in SourceLocation() function
16 SourceLocation(int f, int l) : file(f), line(l) { } in SourceLocation() function
18 bool equals(const SourceLocation& other) const in equals() argument
27 inline bool operator==(const SourceLocation& lhs, const SourceLocation& rhs) argument
/external/clang/include/clang/ASTMatchers/Dynamic/
DDiagnostics.h32 struct SourceLocation { struct
33 SourceLocation() : Line(), Column() {} in SourceLocation() function
39 SourceLocation Start; argument
/external/clang/include/clang/Edit/
DEditsReceiver.h16 class SourceLocation; variable
/external/clang/include/clang/AST/
DSelectorLocationsKind.h22 class SourceLocation; variable
/external/compiler-rt/lib/ubsan/
Dubsan_value.h58 SourceLocation() : Filename(), Line(), Column() {} in SourceLocation() function
59 SourceLocation(const char *Filename, unsigned Line, unsigned Column) in SourceLocation() function
/external/clang/include/clang/Lex/
DMacroArgs.h25 class SourceLocation; variable
DLiteralSupport.h31 class SourceLocation; variable
DPPCallbacks.h27 class SourceLocation; variable
/external/clang/tools/libclang/
DCIndexer.h31 class SourceLocation; variable
/external/chromium_org/third_party/protobuf/src/google/protobuf/
Ddescriptor.h109 struct SourceLocation { struct
110 int start_line;
111 int end_line;
112 int start_column;
113 int end_column;
118 string leading_comments;
119 string trailing_comments;
/external/clang/include/clang/Tooling/
DRefactoring.h31 class SourceLocation; variable
/external/chromium_org/ppapi/
Dgenerate_ppapi_size_checks.py33 class SourceLocation(object): class
/external/clang/utils/
DClangDataFormat.py38 class SourceLocation(object): class
/external/clang/include/clang/Basic/
DDiagnosticIDs.h24 class SourceLocation; variable
DSourceLocation.h97 SourceLocation() : ID(0) {} in SourceLocation() function
DIdentifierTable.h37 class SourceLocation; variable
DTargetInfo.h42 class SourceLocation; variable
/external/clang/docs/
DInternalsManual.rst466 .. _SourceLocation: target
/external/v8/src/
Dmessages.js608 function SourceLocation(script, position, line, column, start, end) { class
/external/chromium_org/v8/src/
Dmessages.js648 function SourceLocation(script, position, line, column, start, end) { class
/external/clang/bindings/python/clang/
Dcindex.py160 class SourceLocation(Structure): class
/external/clang/lib/Sema/
DSemaExprCXX.cpp5545 ExprResult Sema::ActOnNoexceptExpr(SourceLocation KeyLoc, SourceLocation, in ActOnNoexceptExpr() argument