Home | History | Annotate | Download | only in Sema

Lines Matching refs:Arg

588                                      Expr* &Arg) {
596 Arg = Args[0];
602 Expr *Arg = nullptr;
603 if (!checkGuardedByAttrCommon(S, D, Attr, Arg))
606 D->addAttr(::new (S.Context) GuardedByAttr(Attr.getRange(), S.Context, Arg,
612 Expr *Arg = nullptr;
613 if (!checkGuardedByAttrCommon(S, D, Attr, Arg))
620 S.Context, Arg,
3888 << Attr.getName() << /* arg num = */ 1 << AANT_ArgumentIdentifier;