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.cpp91 return translateSourceRange(Diag.getLocation().getManager(),
109 *ReplacementRange = translateSourceRange(Diag.getLocation().getManager(),
H A DCIndexHigh.cpp206 cxloc::translateSourceRange(Ctx, Loc));
302 cxloc::translateSourceRange(Ctx, Loc));
H A DCIndex.cpp111 CXSourceRange cxloc::translateSourceRange(const SourceManager &SM, function in class:cxloc
3208 return cxloc::translateSourceRange(Ctx, Label->getIdentLoc());
3219 return cxloc::translateSourceRange(Ctx, ME->getSelectorLoc(pieceIndex));
3229 return cxloc::translateSourceRange(Ctx, MD->getSelectorLoc(pieceIndex));
3239 return cxloc::translateSourceRange(Ctx, CD->getCategoryNameLoc());
3242 return cxloc::translateSourceRange(Ctx, CID->getCategoryNameLoc());
3261 return cxloc::translateSourceRange(Ctx, Loc);
4186 return cxloc::translateSourceRange(getCursorContext(C), R);
4630 return cxloc::translateSourceRange(getCursorContext(C), R);
4716 return cxloc::translateSourceRange(CXXUni
[all...]

Completed in 161 milliseconds