Home | History | Annotate | Download | only in libclang

Lines Matching refs:getSourceRange

337     if (D->getSourceRange().isInvalid())
349 RangeComparisonResult CompRes = RangeCompare(SM, D->getSourceRange(),Range);
380 SourceRange CurDeclRange = D->getSourceRange();
990 SourceLocation EndLoc = D->getSourceRange().getEnd();
2435 getSourceRange().getEnd());
3947 return cxloc::translateSourceRange(Ctx, FunctionName.getSourceRange());
4580 SourceLocation StartLoc = DD->getSourceRange().getBegin();
4871 = cxcursor::getCursorMacroExpansion(C).getSourceRange().getBegin();
4882 = cxcursor::getCursorInclusionDirective(C)->getSourceRange().getBegin();
4972 return getCursorCXXBaseSpecifier(C)->getSourceRange();
4990 return getCursorExpr(C)->getSourceRange();
4993 return getCursorStmt(C)->getSourceRange();
5003 SourceRange Range = cxcursor::getCursorMacroExpansion(C).getSourceRange();
5009 SourceRange Range = cxcursor::getCursorMacroDefinition(C)->getSourceRange();
5015 SourceRange Range = cxcursor::getCursorInclusionDirective(C)->getSourceRange();
5032 SourceRange R = D->getSourceRange();
5055 SourceRange R = D->getSourceRange();
5523 E->getQualifierLoc().getSourceRange());
5529 E->getQualifierLoc().getSourceRange(),
5542 DRE->getQualifierLoc().getSourceRange());
6163 SourceRange macroRange = getCursorMacroExpansion(cursor).getSourceRange();
6927 return cxloc::translateSourceRange(Context, RC->getSourceRange());