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

  /external/clang/tools/libclang/
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) {
CXLoadedDiagnostic.h 53 CXSourceRange getRange(unsigned Range) const override;
60 CXSourceRange *ReplacementRange) const override;
84 std::vector<CXSourceRange> Ranges;
85 std::vector<std::pair<CXSourceRange, const char *> > FixIts;
CIndexDiagnostic.h 83 virtual CXSourceRange getRange(unsigned Range) const = 0;
90 CXSourceRange *ReplacementRange) const = 0;
144 CXSourceRange getRange(unsigned Range) const override;
151 CXSourceRange *ReplacementRange) const override;
Index_Internal.h 38 CXCursor, CXSourceRange);
CXSourceLocation.cpp 54 CXSourceRange clang_getNullRange() {
55 CXSourceRange Result = { { nullptr, nullptr }, 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 90 CXSourceRange CXStoredDiagnostic::getRange(unsigned int Range) const {
104 CXSourceRange *ReplacementRange) const {
CXLoadedDiagnostic.cpp 134 CXSourceRange CXLoadedDiagnostic::getRange(unsigned Range) const {
144 CXSourceRange *ReplacementRange) const {
210 CXSourceRange &SR);
294 CXSourceRange &SR) {
356 CXSourceRange SR;
367 CXSourceRange SR;
CLog.h 72 Logger &operator<<(CXSourceRange);
CIndexDiagnostic.cpp 75 CXSourceRange getRange(unsigned Range) const override {
80 CXSourceRange *ReplacementRange) const override {
282 CXSourceRange Range = clang_getDiagnosticRange(Diagnostic, I);
430 CXSourceRange clang_getDiagnosticRange(CXDiagnostic Diag, unsigned Range) {
444 CXSourceRange *ReplacementRange) {
CIndexHigh.cpp 516 CXSourceRange range) {
CIndex.cpp 137 /// useful to have a CXSourceRange be a proper half-open interval. This routine
139 CXSourceRange cxloc::translateSourceRange(const SourceManager &SM,
153 CXSourceRange Result = {
    [all...]
  /external/clang/include/clang-c/
Index.h 382 } CXSourceRange;
430 CINDEX_LINKAGE CXSourceRange clang_getNullRange(void);
436 CINDEX_LINKAGE CXSourceRange clang_getRange(CXSourceLocation begin,
444 CINDEX_LINKAGE unsigned clang_equalRanges(CXSourceRange range1,
445 CXSourceRange range2);
450 CINDEX_LINKAGE int clang_Range_isNull(CXSourceRange range);
600 CINDEX_LINKAGE CXSourceLocation clang_getRangeStart(CXSourceRange range);
606 CINDEX_LINKAGE CXSourceLocation clang_getRangeEnd(CXSourceRange range);
617 CXSourceRange *ranges;
978 CINDEX_LINKAGE CXSourceRange clang_getDiagnosticRange(CXDiagnostic Diagnostic
    [all...]
  /external/clang/tools/c-index-test/
c-index-test.c 343 static void PrintRange(CXSourceRange R, const char *str) {
674 CXSourceRange CursorExtent;
675 CXSourceRange RefNameRange;
    [all...]

Completed in 327 milliseconds