Searched refs:translateSourceRange (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/clang/tools/libclang/ |
| H A D | CXSourceLocation.h | 53 CXSourceRange translateSourceRange(const SourceManager &SM, 58 static inline CXSourceRange translateSourceRange(ASTContext &Context, in translateSourceRange() function 60 return translateSourceRange(Context.getSourceManager(), in translateSourceRange()
|
| H A D | CXStoredDiagnostic.cpp | 88 return translateSourceRange(Diag.getLocation().getManager(), in getRange() 106 *ReplacementRange = translateSourceRange(Diag.getLocation().getManager(), in getFixIt()
|
| H A D | CIndexHigh.cpp | 206 cxloc::translateSourceRange(Ctx, Loc)) == CXVisit_Break) in findFileIdRefVisit() 301 cxloc::translateSourceRange(Ctx, Loc)) == CXVisit_Break) in findFileMacroRefVisit() 367 cxloc::translateSourceRange(Ctx, Loc)) == CXVisit_Break) in visit()
|
| H A D | CIndex.cpp | 144 CXSourceRange cxloc::translateSourceRange(const SourceManager &SM, in translateSourceRange() function in cxloc 4992 return cxloc::translateSourceRange(Ctx, Label->getIdentLoc()); in clang_Cursor_getSpellingNameRange() 5023 return cxloc::translateSourceRange(Ctx, CD->getCategoryNameLoc()); in clang_Cursor_getSpellingNameRange() 5026 return cxloc::translateSourceRange(Ctx, CID->getCategoryNameLoc()); in clang_Cursor_getSpellingNameRange() 5036 return cxloc::translateSourceRange( in clang_Cursor_getSpellingNameRange() 5071 return cxloc::translateSourceRange(Ctx, Loc); in clang_Cursor_getSpellingNameRange() 6511 return cxloc::translateSourceRange(getCursorContext(C), R); in clang_getCursorExtent() 6989 return cxloc::translateSourceRange(getCursorContext(C), R); in clang_getCursorReferenceNameRange() 7091 return cxloc::translateSourceRange( in clang_getTokenExtent() 8645 return cxloc::translateSourceRange(Context, RC->getSourceRange()); in clang_Cursor_getCommentRange() [all …]
|
| H A D | CIndexCodeCompletion.cpp | 343 *replacement_range = cxloc::translateSourceRange( in clang_getCompletionFixIt()
|