Home | History | Annotate | Download | only in libclang

Lines Matching refs:cxloc

143 CXSourceRange cxloc::translateSourceRange(const SourceManager &SM,
167 CharSourceRange cxloc::translateCXRangeToCharRange(CXSourceRange R) {
4796 return cxloc::translateSourceRange(Ctx, Label->getIdentLoc());
4807 return cxloc::translateSourceRange(Ctx, ME->getSelectorLoc(pieceIndex));
4817 return cxloc::translateSourceRange(Ctx, MD->getSelectorLoc(pieceIndex));
4827 return cxloc::translateSourceRange(Ctx, CD->getCategoryNameLoc());
4830 return cxloc::translateSourceRange(Ctx, CID->getCategoryNameLoc());
4840 return cxloc::translateSourceRange(
4854 return cxloc::translateSourceRange(Ctx, FunctionName.getSourceRange());
4873 CXSourceLocation CXLoc = clang_getCursorLocation(C);
4874 SourceLocation Loc = cxloc::translateSourceLocation(CXLoc);
4875 return cxloc::translateSourceRange(Ctx, Loc);
5835 SourceLocation SLoc = cxloc::translateSourceLocation(Loc);
5979 return cxloc::translateSourceLocation(P.first->getASTContext(), P.second);
5985 return cxloc::translateSourceLocation(P.first->getASTContext(), P.second);
5991 return cxloc::translateSourceLocation(P.first->getASTContext(), P.second);
5996 return cxloc::translateSourceLocation(P.first->getASTContext(), P.second);
6002 return cxloc::translateSourceLocation(P.first->getASTContext(), P.second);
6007 return cxloc::translateSourceLocation(P.first->getASTContext(), P.second);
6012 return cxloc::translateSourceLocation(P.first->getASTContext(), P.second);
6017 return cxloc::translateSourceLocation(P.first->getASTContext(), P.second);
6026 return cxloc::translateSourceLocation(
6029 return cxloc::translateSourceLocation(getCursorContext(C),
6035 return cxloc::translateSourceLocation(getCursorContext(C), P.second);
6039 return cxloc::translateSourceLocation(
6049 return cxloc::translateSourceLocation(
6053 return cxloc::translateSourceLocation(getCursorContext(C),
6058 return cxloc::translateSourceLocation(getCursorContext(C), L);
6064 return cxloc::translateSourceLocation(getCursorContext(C), L);
6069 return cxloc::translateSourceLocation(getCursorContext(C), L);
6075 return cxloc::translateSourceLocation(getCursorContext(C), L);
6080 return cxloc::translateSourceLocation(getCursorContext(C), L);
6105 return cxloc::translateSourceLocation(getCursorContext(C), Loc);
6285 return cxloc::translateSourceRange(getCursorContext(C), R);
6760 return cxloc::translateSourceRange(getCursorContext(C), R);
6847 return cxloc::translateSourceLocation(
6862 return cxloc::translateSourceRange(
6947 SourceLocation Begin = cxloc::translateSourceLocation(Location);
6991 SourceRange R = cxloc::translateCXSourceRange(Range);
7464 SourceRange RefNameRange = cxloc::translateCXSourceRange(CXRefNameRange);
7704 cxloc::translateSourceLocation(clang_getTokenLocation(TU, Tokens[0])));
7705 RegionOfInterest.setEnd(cxloc::translateSourceLocation(
8388 return cxloc::translateSourceRange(Context, RC->getSourceRange());
8860 skipped->ranges[i] = cxloc::translateSourceRange(Ctx, wantedRanges[i]);
8888 skipped->ranges[i] = cxloc::translateSourceRange(Ctx, SkippedRanges[i]);