Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DRegistry.h118 static std::unique_ptr<T> CtorFn() { return std::make_unique<V>(); } in CtorFn() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DDescriptor.h83 const BlockCtorFn CtorFn = nullptr; member