HomeSort by relevance Sort by last modified time
    Searched refs:CXSourceRange (Results 1 - 13 of 13) sorted by null

  /external/clang/tools/libclang/
CXLoadedDiagnostic.h 53 virtual CXSourceRange getRange(unsigned Range) const;
60 CXSourceRange *ReplacementRange) const;
84 std::vector<CXSourceRange> Ranges;
85 std::vector<std::pair<CXSourceRange, const char *> > FixIts;
CXSourceLocation.h 52 /// useful to have a CXSourceRange be a proper half-open interval. This routine
54 CXSourceRange translateSourceRange(const SourceManager &SM,
59 static inline CXSourceRange translateSourceRange(ASTContext &Context,
70 static inline SourceRange translateCXSourceRange(CXSourceRange R) {
CIndexDiagnostic.h 84 virtual CXSourceRange getRange(unsigned Range) const = 0;
91 CXSourceRange *ReplacementRange) const = 0;
145 virtual CXSourceRange getRange(unsigned Range) const;
152 CXSourceRange *ReplacementRange) const;
Index_Internal.h 38 CXCursor, CXSourceRange);
CXSourceLocation.cpp 54 CXSourceRange clang_getNullRange() {
55 CXSourceRange Result = { { 0, 0 }, 0, 0 };
59 CXSourceRange clang_getRange(CXSourceLocation begin, CXSourceLocation end) {
63 CXSourceRange Result = { { begin.ptr_data[0], end.ptr_data[0] }, 0, 0 };
71 CXSourceRange Result = { { begin.ptr_data[0], begin.ptr_data[1] },
77 unsigned clang_equalRanges(CXSourceRange range1, CXSourceRange range2) {
84 int clang_Range_isNull(CXSourceRange range) {
89 CXSourceLocation clang_getRangeStart(CXSourceRange range) {
101 CXSourceLocation clang_getRangeEnd(CXSourceRange range)
    [all...]
CXStoredDiagnostic.cpp 88 CXSourceRange CXStoredDiagnostic::getRange(unsigned int Range) const {
102 CXSourceRange *ReplacementRange) const {
CLog.h 71 Logger &operator<<(CXSourceRange);
CIndexDiagnostic.cpp 77 CXSourceRange getRange(unsigned Range) const { return clang_getNullRange(); }
79 CXString getFixIt(unsigned FixIt, CXSourceRange *ReplacementRange) const {
267 CXSourceRange Range = clang_getDiagnosticRange(Diagnostic, I);
415 CXSourceRange clang_getDiagnosticRange(CXDiagnostic Diag, unsigned Range) {
429 CXSourceRange *ReplacementRange) {
CXLoadedDiagnostic.cpp 123 CXSourceRange CXLoadedDiagnostic::getRange(unsigned Range) const {
133 CXSourceRange *ReplacementRange) const {
230 CXSourceRange &SR);
511 CXSourceRange &SR) {
613 CXSourceRange SR;
621 CXSourceRange SR;
CIndexHigh.cpp 517 CXSourceRange range) {
CIndex.cpp 116 /// useful to have a CXSourceRange be a proper half-open interval. This routine
118 CXSourceRange cxloc::translateSourceRange(const SourceManager &SM,
132 CXSourceRange Result = {
    [all...]
  /external/clang/include/clang-c/
Index.h 377 } CXSourceRange;
414 CINDEX_LINKAGE CXSourceRange clang_getNullRange(void);
420 CINDEX_LINKAGE CXSourceRange clang_getRange(CXSourceLocation begin,
428 CINDEX_LINKAGE unsigned clang_equalRanges(CXSourceRange range1,
429 CXSourceRange range2);
434 CINDEX_LINKAGE int clang_Range_isNull(CXSourceRange range);
584 CINDEX_LINKAGE CXSourceLocation clang_getRangeStart(CXSourceRange range);
590 CINDEX_LINKAGE CXSourceLocation clang_getRangeEnd(CXSourceRange range);
937 CINDEX_LINKAGE CXSourceRange clang_getDiagnosticRange(CXDiagnostic Diagnostic,
973 CXSourceRange *ReplacementRange)
    [all...]
  /external/clang/tools/c-index-test/
c-index-test.c 251 static void PrintRange(CXSourceRange R, const char *str) {
591 CXSourceRange CursorExtent;
592 CXSourceRange RefNameRange;
840 CXSourceRange range;
913 CXSourceRange extent = clang_getCursorExtent(C);
    [all...]

Completed in 41 milliseconds