Home
last modified time | relevance | path

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

/src/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.h2810 CINDEX_LINKAGE CXSourceRange clang_getCursorExtent(CXCursor);
4050 CINDEX_LINKAGE CXSourceRange clang_Cursor_getSpellingNameRange(
4351 CINDEX_LINKAGE CXSourceRange clang_Cursor_getCommentRange(CXCursor C);
4720 CINDEX_LINKAGE CXSourceRange clang_getCursorReferenceNameRange(
4837 CINDEX_LINKAGE CXSourceRange clang_getTokenExtent(CXTranslationUnit, CXToken);
4856 CINDEX_LINKAGE void clang_tokenize(CXTranslationUnit TU, CXSourceRange Range,
5363 unsigned fixit_index, CXSourceRange *replacement_range);
5916 enum CXVisitorResult (*visit)(void *context, CXCursor, CXSourceRange);
5970 CXSourceRange);