Home | History | Annotate | Download | only in Sema

Lines Matching refs:getArg

63   SourceRange range(call->getArg(desiredArgCount)->getLocStart(),
64 call->getArg(argCount - 1)->getLocEnd());
68 << call->getArg(1)->getSourceRange();
78 Expr *ValArg = TheCall->getArg(0);
87 Expr *StrArg = TheCall->getArg(1)->IgnoreParenCasts();
105 ExprResult Arg(TheCall->getArg(0));
121 Expr *Arg = TheCall->getArg(I);
134 Expr *Arg = TheCall->getArg(2);
155 const Expr *SizeArg = TheCall->getArg(SizeIdx);
156 const Expr *DstSizeArg = TheCall->getArg(DstSizeIdx);
182 Expr *Call = BuiltinCall->getArg(0);
183 Expr *Chain = BuiltinCall->getArg(1);
288 if (CheckObjCString(TheCall->getArg(0)))
707 << TheCall->getArg(ImmArg)->getSourceRange();
712 Expr *Arg = TheCall->getArg(PtrArgNum);
776 Expr *PointerArg = TheCall->getArg(IsLdrex ? 0 : 1);
853 ExprResult ValArg = TheCall->getArg(0);
1020 Expr *Arg = TheCall->getArg(0);
1077 Expr *Arg = TheCall->getArg(0);
1674 Diag(TheCall->getArg(NumArgs[Form])->getLocStart(),
1682 Expr *Ptr = TheCall->getArg(0);
1824 ExprResult Arg = TheCall->getArg(i);
1837 SubExprs.push_back(TheCall->getArg(1)); // Val1
1840 SubExprs.push_back(TheCall->getArg(1)); // Order
1845 SubExprs.push_back(TheCall->getArg(2)); // Order
1846 SubExprs.push_back(TheCall->getArg(1)); // Val1
1850 SubExprs.push_back(TheCall->getArg(3)); // Order
1851 SubExprs.push_back(TheCall->getArg(1)); // Val1
1852 SubExprs.push_back(TheCall->getArg(2)); // Val2
1855 SubExprs.push_back(TheCall->getArg(3)); // Order
1856 SubExprs.push_back(TheCall->getArg(1)); // Val1
1857 SubExprs.push_back(TheCall->getArg(4)); // OrderFail
1858 SubExprs.push_back(TheCall->getArg(2)); // Val2
1861 SubExprs.push_back(TheCall->getArg(4)); // Order
1862 SubExprs.push_back(TheCall->getArg(1)); // Val1
1863 SubExprs.push_back(TheCall->getArg(5)); // OrderFail
1864 SubExprs.push_back(TheCall->getArg(2)); // Val2
1865 SubExprs.push_back(TheCall->getArg(3)); // Weak
1907 ExprResult Arg = E->getArg(0);
1943 Expr *FirstArg = TheCall->getArg(0);
2236 ExprResult Arg = TheCall->getArg(i+1);
2310 Expr *PointerArg = TheCall->getArg(numArgs - 1);
2344 ExprResult ValArg = TheCall->getArg(0);
2394 Diag(TheCall->getArg(2)->getLocStart(),
2398 << SourceRange(TheCall->getArg(2)->getLocStart(),
2431 const Expr *Arg = TheCall->getArg(1)->IgnoreParenCasts();
2457 Diag(TheCall->getArg(1)->getLocStart(),
2551 const Expr *Arg = Call->getArg(AT.ArgNo)->IgnoreParens();
2570 return Diag(TheCall->getArg(2)->getLocStart(),
2573 << SourceRange(TheCall->getArg(2)->getLocStart(),
2576 ExprResult OrigArg0 = TheCall->getArg(0);
2577 ExprResult OrigArg1 = TheCall->getArg(1);
2614 return Diag(TheCall->getArg(NumArgs)->getLocStart(),
2617 << SourceRange(TheCall->getArg(NumArgs)->getLocStart(),
2620 Expr *OrigArg = TheCall->getArg(NumArgs-1);
2658 QualType resType = TheCall->getArg(0)->getType();
2661 if (!TheCall->getArg(0)->isTypeDependent() &&
2662 !TheCall->getArg(1)->isTypeDependent()) {
2663 QualType LHSType = TheCall->getArg(0)->getType();
2664 QualType RHSType = TheCall->getArg(1)->getType();
2669 << SourceRange(TheCall->getArg(0)->getLocStart(),
2670 TheCall->getArg(1)->getLocEnd()));
2683 << SourceRange(TheCall->getArg(1)->getLocStart(),
2684 TheCall->getArg(1)->getLocEnd()));
2688 << SourceRange(TheCall->getArg(0)->getLocStart(),
2689 TheCall->getArg(1)->getLocEnd()));
2698 if (TheCall->getArg(i)->isTypeDependent() ||
2699 TheCall->getArg(i)->isValueDependent())
2703 if (!TheCall->getArg(i)->isIntegerConstantExpr(Result, Context))
2706 << TheCall->getArg(i)->getSourceRange());
2715 << TheCall->getArg(i)->getSourceRange());
2721 exprs.push_back(TheCall->getArg(i));
2785 Expr *Arg = TheCall->getArg(0);
2808 Expr *Arg = TheCall->getArg(1);
2823 ExprResult Arg(TheCall->getArg(2));
2838 Expr *Arg = TheCall->getArg(ArgNum);
2858 Expr *Arg = TheCall->getArg(ArgNum);
2893 Expr *Arg = TheCall->getArg(ArgNum);
2982 Expr *Arg = TheCall->getArg(1);
3155 const Expr *Arg = CE->getArg(ArgIndex - 1);
3165 const Expr *Arg = CE->getArg(0);
5072 QualType ArgType = Call->getArg(0)->IgnoreParenImpCasts()->getType();
5073 QualType ParamType = Call->getArg(0)->getType();
5248 const Expr *LenExpr = Call->getArg(LenArg)->IgnoreParenImpCasts();
5260 const Expr *Dest = Call->getArg(ArgIdx)->IgnoreParenImpCasts();
5261 SourceRange ArgRange = Call->getArg(ArgIdx)->getSourceRange();
5443 const Expr *SrcArg = ignoreLiteralAdditions(Call->getArg(1), Context);
5444 const Expr *SizeArg = ignoreLiteralAdditions(Call->getArg(2), Context);
5459 CompareWithSrc = ignoreLiteralAdditions(SizeCall->getArg(0), Context);
5479 const Expr *OriginalSizeArg = Call->getArg(2);
5487 const Expr *DstArg = Call->getArg(0)->IgnoreParenImpCasts();
5515 return CE->getArg(0)->IgnoreParenCasts();
5528 const Expr *DstArg = CE->getArg(0)->IgnoreParenCasts();
5529 const Expr *SrcArg = CE->getArg(1)->IgnoreParenCasts();
5530 const Expr *LenArg = CE->getArg(2)->IgnoreParenCasts();
7018 Expr *CurrA = TheCall->getArg(i);
7023 IsImplicitBoolFloatConversion(S, TheCall->getArg(i - 1), false));
7025 IsImplicitBoolFloatConversion(S, TheCall->getArg(i + 1), false));
7308 Expr *LastA = CEx->getArg(NumArgs - 1);
8903 e = CE->getArg(0)->IgnoreParenCasts();
9067 Expr *Arg = Message->getArg(ArgIndex)->IgnoreImpCasts();
9138 if (Expr *capturer = findCapturingExpr(*this, msg->getArg(i), owner))
9438 RHSExpr = CE->getArg(0);