Searched defs:translateSourceRange (Results 1 - 2 of 2) sorted by relevance

/external/clang/tools/libclang/
H A DCXSourceLocation.h54 CXSourceRange translateSourceRange(const SourceManager &SM,
59 static inline CXSourceRange translateSourceRange(ASTContext &Context, function in namespace:clang::cxloc
61 return translateSourceRange(Context.getSourceManager(),
H A DCIndex.cpp137 CXSourceRange cxloc::translateSourceRange(const SourceManager &SM, function in class:cxloc
3531 return cxloc::translateSourceRange(Ctx, Label->getIdentLoc());
3542 return cxloc::translateSourceRange(Ctx, ME->getSelectorLoc(pieceIndex));
3552 return cxloc::translateSourceRange(Ctx, MD->getSelectorLoc(pieceIndex));
3562 return cxloc::translateSourceRange(Ctx, CD->getCategoryNameLoc());
3565 return cxloc::translateSourceRange(Ctx, CID->getCategoryNameLoc());
3575 return cxloc::translateSourceRange(Ctx,
3597 return cxloc::translateSourceRange(Ctx, Loc);
4583 return cxloc::translateSourceRange(getCursorContext(C), R);
5040 return cxloc::translateSourceRange(getCursorContex
[all...]

Completed in 85 milliseconds