Home
last modified time | relevance | path

Searched refs:CXSourceRange (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang-c/
H A DCXSourceLocation.h59 } CXSourceRange; typedef
91 CINDEX_LINKAGE CXSourceRange clang_getNullRange(void);
97 CINDEX_LINKAGE CXSourceRange clang_getRange(CXSourceLocation begin,
105 CINDEX_LINKAGE unsigned clang_equalRanges(CXSourceRange range1,
106 CXSourceRange range2);
111 CINDEX_LINKAGE int clang_Range_isNull(CXSourceRange range);
255 CINDEX_LINKAGE CXSourceLocation clang_getRangeStart(CXSourceRange range);
261 CINDEX_LINKAGE CXSourceLocation clang_getRangeEnd(CXSourceRange range);
272 CXSourceRange *ranges;
H A DRewrite.h37 CINDEX_LINKAGE void clang_CXRewriter_replaceText(CXRewriter Rew, CXSourceRange ToBeReplaced,
43 CINDEX_LINKAGE void clang_CXRewriter_removeText(CXRewriter Rew, CXSourceRange ToBeRemoved);
H A DCXDiagnostic.h336 CINDEX_LINKAGE CXSourceRange clang_getDiagnosticRange(CXDiagnostic Diagnostic,
371 CXDiagnostic Diagnostic, unsigned FixIt, CXSourceRange *ReplacementRange);
H A DIndex.h2788 CINDEX_LINKAGE CXSourceRange clang_getCursorExtent(CXCursor);
3973 CINDEX_LINKAGE CXSourceRange clang_Cursor_getSpellingNameRange(
4274 CINDEX_LINKAGE CXSourceRange clang_Cursor_getCommentRange(CXCursor C);
4643 CINDEX_LINKAGE CXSourceRange clang_getCursorReferenceNameRange(
4760 CINDEX_LINKAGE CXSourceRange clang_getTokenExtent(CXTranslationUnit, CXToken);
4779 CINDEX_LINKAGE void clang_tokenize(CXTranslationUnit TU, CXSourceRange Range,
5286 unsigned fixit_index, CXSourceRange *replacement_range);
5839 enum CXVisitorResult (*visit)(void *context, CXCursor, CXSourceRange);
5893 CXSourceRange);