Searched defs:FooImpl (Results 1 – 2 of 2) sorted by relevance
136 Function *FooImpl = MB.createFunctionDecl( in TEST() local214 Function *FooImpl = MB.createFunctionDecl( in TEST() local
571 template <typename T> class FooImpl : public Foo { global() class 574 FooImpl(const T &x) : val(x) {} FooImpl() function in rdar10398199::FooImpl