Searched refs:PrototypeWrapper (Results 1 – 4 of 4) sorted by relevance
336 struct PrototypeWrapper { struct341 PrototypeWrapper(const clang::FunctionProtoType *ft) : p(ft) {} in PrototypeWrapper() argument342 PrototypeWrapper(const clang::ObjCMethodDecl *md) : p(md) {} in PrototypeWrapper() function806 CallArgList &args, PrototypeWrapper prototype,
704 CallArgList &args, PrototypeWrapper prototype, in emitCallArgs()
5449 struct PrototypeWrapper {5452 PrototypeWrapper(const FunctionProtoType *FT) : P(FT) {}5453 PrototypeWrapper(const ObjCMethodDecl *MD) : P(MD) {}5456 void EmitCallArgs(CallArgList &Args, PrototypeWrapper Prototype,
4626 CallArgList &Args, PrototypeWrapper Prototype, in EmitCallArgs()