Home | History | Annotate | Download | only in Sema

Lines Matching refs:OldProto

171     const FunctionProtoType *OldProto
175 EPI.ExceptionSpecType = OldProto->getExceptionSpecType();
177 EPI.NumExceptions = OldProto->getNumExceptions();
178 EPI.Exceptions = OldProto->exception_begin();
212 switch (OldProto->getExceptionSpecType()) {
220 for (FunctionProtoType::exception_iterator E = OldProto->exception_begin(),
221 EEnd = OldProto->exception_end();
241 OldProto->getNoexceptExpr()->printPretty(OS, Context, 0,