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.cpp142 CXSourceRange cxloc::translateSourceRange(const SourceManager &SM, function in class:cxloc
3890 return cxloc::translateSourceRange(Ctx, Label->getIdentLoc());
3901 return cxloc::translateSourceRange(Ctx, ME->getSelectorLoc(pieceIndex));
3911 return cxloc::translateSourceRange(Ctx, MD->getSelectorLoc(pieceIndex));
3921 return cxloc::translateSourceRange(Ctx, CD->getCategoryNameLoc());
3924 return cxloc::translateSourceRange(Ctx, CID->getCategoryNameLoc());
3934 return cxloc::translateSourceRange(Ctx,
3947 return cxloc::translateSourceRange(Ctx, FunctionName.getSourceRange());
3968 return cxloc::translateSourceRange(Ctx, Loc);
5095 return cxloc::translateSourceRange(getCursorContex
[all...]

Completed in 343 milliseconds