Home
last modified time | relevance | path

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

/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.h51 SourceLocation() : Filename(), Line(), Column() {} in SourceLocation() function
52 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/protobuf/src/google/protobuf/
Ddescriptor.h108 struct SourceLocation { struct
109 int start_line;
110 int end_line;
111 int start_column;
112 int end_column;
117 string leading_comments;
118 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/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/llvm/examples/Kaleidoscope/Chapter8/
Dtoy.cpp107 struct SourceLocation { struct
111 static SourceLocation CurLoc; argument
/external/lldb/include/lldb/Core/
DClangForward.h104 class SourceLocation; variable
/external/clang/docs/
DInternalsManual.rst469 .. _SourceLocation: target
/external/v8/src/
Dmessages.js614 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.cpp5806 ExprResult Sema::ActOnNoexceptExpr(SourceLocation KeyLoc, SourceLocation, in ActOnNoexceptExpr() argument
DSemaOpenMP.cpp4133 SemaDiagnosticBuilder diagnoseConversion(Sema &, SourceLocation, QualType, in PerformOpenMPImplicitIntegerConversion() argument