Home | History | Annotate | Download | only in AST

Lines Matching refs:FromFunctionType

7403                    const FunctionProtoType *FromFunctionType,
7405 if (FromFunctionType->hasAnyConsumedParams() !=
7409 FromFunctionType->getExtProtoInfo();
7413 for (unsigned i = 0, n = FromFunctionType->getNumParams(); i != n; ++i) {