Searched refs:translateSourceRange (Results 1 - 4 of 4) 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 DCXStoredDiagnostic.cpp92 return translateSourceRange(Diag.getLocation().getManager(),
110 *ReplacementRange = translateSourceRange(Diag.getLocation().getManager(),
H A DCIndexHigh.cpp209 cxloc::translateSourceRange(Ctx, Loc)) == CXVisit_Break)
304 cxloc::translateSourceRange(Ctx, Loc)) == CXVisit_Break)
370 cxloc::translateSourceRange(Ctx, Loc)) == CXVisit_Break)
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 198 milliseconds