Home | History | Annotate | Download | only in AST

Lines Matching refs:Arg

2951     for (const Expr *Arg : CE->arguments())
2952 if (isa<PackExpansionExpr>(Arg))
2956 for (const Expr *Arg : CE->arguments())
2957 mangleExpression(Arg);
3654 // <template-args> ::= I <template-arg>+ E
3662 // <template-args> ::= I <template-arg>+ E
3671 // <template-args> ::= I <template-arg>+ E
3679 // <template-arg> ::= <type> # type or template
3682 // ::= J <template-arg>* E # argument pack
3756 // <template-arg> ::= J <template-arg>* E