Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCXSourceLocation.h54 CXSourceRange translateSourceRange(const SourceManager &SM,
59 static inline CXSourceRange translateSourceRange(ASTContext &Context, in translateSourceRange() function
61 return translateSourceRange(Context.getSourceManager(), in translateSourceRange()
DCXStoredDiagnostic.cpp92 return translateSourceRange(Diag.getLocation().getManager(), in getRange()
110 *ReplacementRange = translateSourceRange(Diag.getLocation().getManager(), in getFixIt()
DCIndexHigh.cpp209 cxloc::translateSourceRange(Ctx, Loc)) == CXVisit_Break) in findFileIdRefVisit()
304 cxloc::translateSourceRange(Ctx, Loc)) == CXVisit_Break) in findFileMacroRefVisit()
370 cxloc::translateSourceRange(Ctx, Loc)) == CXVisit_Break) in visit()
DCIndex.cpp139 CXSourceRange cxloc::translateSourceRange(const SourceManager &SM, in translateSourceRange() function in cxloc
4291 return cxloc::translateSourceRange(Ctx, Label->getIdentLoc()); in clang_Cursor_getSpellingNameRange()
4302 return cxloc::translateSourceRange(Ctx, ME->getSelectorLoc(pieceIndex)); in clang_Cursor_getSpellingNameRange()
4312 return cxloc::translateSourceRange(Ctx, MD->getSelectorLoc(pieceIndex)); in clang_Cursor_getSpellingNameRange()
4322 return cxloc::translateSourceRange(Ctx, CD->getCategoryNameLoc()); in clang_Cursor_getSpellingNameRange()
4325 return cxloc::translateSourceRange(Ctx, CID->getCategoryNameLoc()); in clang_Cursor_getSpellingNameRange()
4335 return cxloc::translateSourceRange(Ctx, in clang_Cursor_getSpellingNameRange()
4348 return cxloc::translateSourceRange(Ctx, FunctionName.getSourceRange()); in clang_Cursor_getSpellingNameRange()
4369 return cxloc::translateSourceRange(Ctx, Loc); in clang_Cursor_getSpellingNameRange()
5460 return cxloc::translateSourceRange(getCursorContext(C), R); in clang_getCursorExtent()
[all …]