Lines Matching full:cxloc
142 CXSourceRange cxloc::translateSourceRange(const SourceManager &SM,
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());
3966 CXSourceLocation CXLoc = clang_getCursorLocation(C);
3967 SourceLocation Loc = cxloc::translateSourceLocation(CXLoc);
3968 return cxloc::translateSourceRange(Ctx, Loc);
4650 SourceLocation SLoc = cxloc::translateSourceLocation(Loc);
4787 return cxloc::translateSourceLocation(P.first->getASTContext(), P.second);
4793 return cxloc::translateSourceLocation(P.first->getASTContext(), P.second);
4799 return cxloc::translateSourceLocation(P.first->getASTContext(), P.second);
4804 return cxloc::translateSourceLocation(P.first->getASTContext(), P.second);
4810 return cxloc::translateSourceLocation(P.first->getASTContext(), P.second);
4815 return cxloc::translateSourceLocation(P.first->getASTContext(), P.second);
4820 return cxloc::translateSourceLocation(P.first->getASTContext(), P.second);
4825 return cxloc::translateSourceLocation(P.first->getASTContext(), P.second);
4834 return cxloc::translateSourceLocation(getCursorContext(C),
4837 return cxloc::translateSourceLocation(getCursorContext(C),
4843 return cxloc::translateSourceLocation(getCursorContext(C), P.second);
4847 return cxloc::translateSourceLocation(getCursorContext(C),
4857 return cxloc::translateSourceLocation(getCursorContext(C),
4861 return cxloc::translateSourceLocation(getCursorContext(C),
4866 return cxloc::translateSourceLocation(getCursorContext(C), L);
4872 return cxloc::translateSourceLocation(getCursorContext(C), L);
4877 return cxloc::translateSourceLocation(getCursorContext(C), L);
4883 return cxloc::translateSourceLocation(getCursorContext(C), L);
4889 return cxloc::translateSourceLocation(getCursorContext(C), L);
4914 return cxloc::translateSourceLocation(getCursorContext(C), Loc);
5095 return cxloc::translateSourceRange(getCursorContext(C), R);
5556 return cxloc::translateSourceRange(getCursorContext(C), R);
5643 return cxloc::translateSourceLocation(CXXUnit->getASTContext(),
5657 return cxloc::translateSourceRange(CXXUnit->getASTContext(),
5755 SourceRange R = cxloc::translateCXSourceRange(Range);
6349 cxloc::translateSourceLocation(clang_getTokenLocation(TU, Tokens[0])));
6351 cxloc::translateSourceLocation(clang_getTokenLocation(TU,
6927 return cxloc::translateSourceRange(Context, RC->getSourceRange());
7327 skipped->ranges[i] = cxloc::translateSourceRange(Ctx, wantedRanges[i]);