Home
last modified time | relevance | path

Searched defs:FooImpl (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/unittests/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayerTest.cpp136 Function *FooImpl = MB.createFunctionDecl( in TEST() local
214 Function *FooImpl = MB.createFunctionDecl( in TEST() local
/llvm-project/clang/test/SemaCXX/
H A Duninitialized.cpp571 template <typename T> class FooImpl : public Foo { global() class
574 FooImpl(const T &x) : val(x) {} FooImpl() function in rdar10398199::FooImpl