Home | History | Annotate | Download | only in Sema

Lines Matching refs:Arg

566       // C++ [temp.arg.type]p3:
652 // C++ [temp.arg.type]p3:
2467 assert(isa<DeclRefExpr>(Var) && "threadprivate arg is not a DeclRefExpr");
3173 for (unsigned Arg = 0; Arg < *NumArgumentsInExpansion; ++Arg) {
3177 Sema::ArgumentPackSubstitutionIndexRAII SubstIndex(S, Arg);