Home | History | Annotate | Download | only in Rewrite

Lines Matching defs:proto

2246   const FunctionProtoType *proto = 0;
2257 proto = dyn_cast<FunctionProtoType>(funcType);
2258 if (!proto)
2260 Type = proto->getResultType();
2286 if (!proto)
2291 for (unsigned i = 0; i < proto->getNumArgs(); i++) {
2292 if (needToScanForQualifiers(proto->getArgType(i))) {
2429 const FunctionProtoType *proto = dyn_cast<FunctionProtoType>(funcType);
2430 if (!proto)
2432 QualType Type = proto->getResultType();
2437 unsigned numArgs = proto->getNumArgs();
2439 QualType ArgType = proto->getArgType(i);
2974 // Foo<Proto> *.
4165 assert(FT && "SynthesizeBlockFunc: No function proto");