Searched defs:CtorFn (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/include/llvm/Support/ | ||
H A D | Registry.h | 118 static std::unique_ptr<T> CtorFn() { return std::make_unique<V>(); } CtorFn() function |
/llvm-project/clang/lib/AST/Interp/ | ||
H A D | Descriptor.h |
|