Home
last modified time | relevance | path

Searched refs:translateSourceRange (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXSourceLocation.h53 CXSourceRange translateSourceRange(const SourceManager &SM,
58 static inline CXSourceRange translateSourceRange(ASTContext &Context, in translateSourceRange() function
60 return translateSourceRange(Context.getSourceManager(), in translateSourceRange()
H A DCXStoredDiagnostic.cpp88 return translateSourceRange(Diag.getLocation().getManager(), in getRange()
106 *ReplacementRange = translateSourceRange(Diag.getLocation().getManager(), in getFixIt()
H A DCIndexHigh.cpp206 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 DCIndex.cpp143 CXSourceRange cxloc::translateSourceRange(const SourceManager &SM, in translateSourceRange() function in cxloc
4796 return cxloc::translateSourceRange(Ctx, Label->getIdentLoc()); in clang_Cursor_getSpellingNameRange()
4807 return cxloc::translateSourceRange(Ctx, ME->getSelectorLoc(pieceIndex)); in clang_Cursor_getSpellingNameRange()
4817 return cxloc::translateSourceRange(Ctx, MD->getSelectorLoc(pieceIndex)); in clang_Cursor_getSpellingNameRange()
4827 return cxloc::translateSourceRange(Ctx, CD->getCategoryNameLoc()); in clang_Cursor_getSpellingNameRange()
4830 return cxloc::translateSourceRange(Ctx, CID->getCategoryNameLoc()); in clang_Cursor_getSpellingNameRange()
4840 return cxloc::translateSourceRange( in clang_Cursor_getSpellingNameRange()
4854 return cxloc::translateSourceRange(Ctx, FunctionName.getSourceRange()); in clang_Cursor_getSpellingNameRange()
4875 return cxloc::translateSourceRange(Ctx, Loc); in clang_Cursor_getSpellingNameRange()
6285 return cxloc::translateSourceRange(getCursorContext(C), R); in clang_getCursorExtent()
[all …]
H A DCIndexCodeCompletion.cpp343 *replacement_range = cxloc::translateSourceRange( in clang_getCompletionFixIt()