Home | History | Annotate | Download | only in Sema

Lines Matching refs:getLocEnd

58     return S.Diag(call->getLocEnd(), diag::err_typecheck_call_too_few_args)
64 call->getArg(argCount - 1)->getLocEnd());
1669 Diag(TheCall->getLocEnd(), diag::err_typecheck_call_too_few_args)
1932 Diag(TheCall->getLocEnd(), diag::err_typecheck_call_too_few_args_at_least)
2203 Diag(TheCall->getLocEnd(), diag::err_typecheck_call_too_few_args_at_least)
2210 Diag(TheCall->getLocEnd(), diag::warn_sync_fetch_and_nand_semantics_change)
2399 (*(TheCall->arg_end()-1))->getLocEnd());
2404 return Diag(TheCall->getLocEnd(),
2518 return Diag(Call->getLocEnd(),
2567 return Diag(TheCall->getLocEnd(), diag::err_typecheck_call_too_few_args)
2574 (*(TheCall->arg_end()-1))->getLocEnd());
2600 << SourceRange(OrigArg0.get()->getLocStart(), OrigArg1.get()->getLocEnd());
2611 return Diag(TheCall->getLocEnd(), diag::err_typecheck_call_too_few_args)
2618 (*(TheCall->arg_end()-1))->getLocEnd());
2649 return ExprError(Diag(TheCall->getLocEnd(),
2670 TheCall->getArg(1)->getLocEnd()));
2684 TheCall->getArg(1)->getLocEnd()));
2689 TheCall->getArg(1)->getLocEnd()));
2767 return Diag(TheCall->getLocEnd(),
2802 return Diag(TheCall->getLocEnd(),
2980 << SourceRange(TheCall->getLocStart(), TheCall->getLocEnd());
2991 << SourceRange(Arg->getLocStart(), Arg->getLocEnd());
3002 << SourceRange(TheCall->getLocStart(), TheCall->getLocEnd());
3969 SourceLocation EndLoc = S.getLocForEndOfToken(E->getLocEnd());
4390 SourceLocation After = S.getLocForEndOfToken(E->getLocEnd());
5165 S.getLocForEndOfToken(Size->getLHS()->getLocEnd()), ")")
7797 << FixItHint::CreateInsertion(getLocForEndOfToken(E->getLocEnd()), "()");