Searched defs:PrototypeWrapper (Results 1 – 1 of 1) sorted by relevance
336 struct PrototypeWrapper { struct341 PrototypeWrapper(const clang::FunctionProtoType *ft) : p(ft) {} in PrototypeWrapper() function342 PrototypeWrapper(const clang::ObjCMethodDecl *md) : p(md) {} in PrototypeWrapper() function