• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/llvm-project/clang/include/clang-c/

Lines Matching refs:CXSourceRange

471 } CXSourceRange;
518 CINDEX_LINKAGE CXSourceRange clang_getNullRange(void);
524 CINDEX_LINKAGE CXSourceRange clang_getRange(CXSourceLocation begin,
532 CINDEX_LINKAGE unsigned clang_equalRanges(CXSourceRange range1,
533 CXSourceRange range2);
538 CINDEX_LINKAGE int clang_Range_isNull(CXSourceRange range);
682 CINDEX_LINKAGE CXSourceLocation clang_getRangeStart(CXSourceRange range);
688 CINDEX_LINKAGE CXSourceLocation clang_getRangeEnd(CXSourceRange range);
699 CXSourceRange *ranges;
1069 CINDEX_LINKAGE CXSourceRange clang_getDiagnosticRange(CXDiagnostic Diagnostic,
1104 CXDiagnostic Diagnostic, unsigned FixIt, CXSourceRange *ReplacementRange);
3191 CINDEX_LINKAGE CXSourceRange clang_getCursorExtent(CXCursor);
4297 CINDEX_LINKAGE CXSourceRange clang_Cursor_getSpellingNameRange(
4598 CINDEX_LINKAGE CXSourceRange clang_Cursor_getCommentRange(CXCursor C);
4867 CINDEX_LINKAGE CXSourceRange clang_getCursorReferenceNameRange(
4984 CINDEX_LINKAGE CXSourceRange clang_getTokenExtent(CXTranslationUnit, CXToken);
5003 CINDEX_LINKAGE void clang_tokenize(CXTranslationUnit TU, CXSourceRange Range,
5510 unsigned fixit_index, CXSourceRange *replacement_range);
6063 enum CXVisitorResult (*visit)(void *context, CXCursor, CXSourceRange);
6090 * \param visitor callback that will receive pairs of CXCursor/CXSourceRange for
6092 * The CXSourceRange will point inside the file; if the reference is inside
6093 * a macro (and not a macro argument) the CXSourceRange will be invalid.
6107 * \param visitor callback that will receive pairs of CXCursor/CXSourceRange for
6119 CXSourceRange);