Home
last modified time | relevance | path

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

12

/external/chromium_org/third_party/angle/src/compiler/preprocessor/
DSourceLocation.h13 struct SourceLocation struct
15 SourceLocation() in SourceLocation() function
20 SourceLocation(int f, int 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() 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/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/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/tools/libclang/
DCIndexer.h31 class SourceLocation; variable
/external/cmockery/cmockery_0_1_2/src/google/
Dcmockery.h305 typedef struct SourceLocation { struct
308 } SourceLocation; argument
/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.h34 class SourceLocation; variable
DTargetInfo.h42 class SourceLocation; variable
/external/lldb/include/lldb/Core/
DClangForward.h104 class SourceLocation; variable
/external/clang/docs/
DInternalsManual.rst469 .. _SourceLocation: target
/external/chromium_org/v8/src/
Dmessages.js614 function SourceLocation(script, position, line, column, start, end) { class
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp278 DenseMap<GlobalVariable*, GlobalVariable*> SourceLocation; member in __anone3a95e720111::GlobalsMetadata
/external/clang/bindings/python/clang/
Dcindex.py160 class SourceLocation(Structure): class
/external/clang/lib/Sema/
DSemaOpenMP.cpp1994 SemaDiagnosticBuilder diagnoseConversion(Sema &, SourceLocation, QualType, in PerformOpenMPImplicitIntegerConversion() argument
DSemaExprCXX.cpp5669 ExprResult Sema::ActOnNoexceptExpr(SourceLocation KeyLoc, SourceLocation, in ActOnNoexceptExpr() argument

12