Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang-c/
H A DCXSourceLocation.h59 } CXSourceRange; typedef
101 CINDEX_LINKAGE CXSourceRange clang_getNullRange(void);
107 CINDEX_LINKAGE CXSourceRange clang_getRange(CXSourceLocation begin,
115 CINDEX_LINKAGE unsigned clang_equalRanges(CXSourceRange range1,
116 CXSourceRange range2);
121 CINDEX_LINKAGE int clang_Range_isNull(CXSourceRange range);
265 CINDEX_LINKAGE CXSourceLocation clang_getRangeStart(CXSourceRange range);
271 CINDEX_LINKAGE CXSourceLocation clang_getRangeEnd(CXSourceRange range);
282 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.h2866 CINDEX_LINKAGE CXSourceRange clang_getCursorExtent(CXCursor);
4136 CINDEX_LINKAGE CXSourceRange clang_Cursor_getSpellingNameRange(
4457 CINDEX_LINKAGE CXSourceRange clang_Cursor_getCommentRange(CXCursor C);
4949 CINDEX_LINKAGE CXSourceRange clang_getCursorReferenceNameRange(
5066 CINDEX_LINKAGE CXSourceRange clang_getTokenExtent(CXTranslationUnit, CXToken);
5085 CINDEX_LINKAGE void clang_tokenize(CXTranslationUnit TU, CXSourceRange Range,
5592 unsigned fixit_index, CXSourceRange *replacement_range);
6085 enum CXVisitorResult (*visit)(void *context, CXCursor, CXSourceRange);
6139 CXSourceRange);