Home | History | Annotate | Download | only in Sema

Lines Matching refs:AI

1106     for (FunctionProtoType::arg_type_iterator AI = Proto->arg_type_begin(),
1107 AE = Proto->arg_type_end(); AI != AE; ++AI) {
1110 *AI);