Home
last modified time | relevance | path

Searched refs:ConstructorInfo (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DOverload.h1161 struct ConstructorInfo { struct
1171 inline ConstructorInfo getConstructorInfo(NamedDecl *ND) { in getConstructorInfo() argument
1173 return ConstructorInfo{}; in getConstructorInfo()
1178 ConstructorInfo Info = {DeclAccessPair::make(ND, D->getAccess()), nullptr, in getConstructorInfo()
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dmsgunfmt.cs167 ConstructorInfo constructor = clazz.GetConstructor(Type.EmptyTypes); in InstantiateResourceSet()
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/intl-csharp/
H A Dintl.cs183 ConstructorInfo constructor = clazz.GetConstructor(Type.EmptyTypes); in InstantiateResourceSet()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaInit.cpp3910 const ConstructorInfo &Info) { in hasCopyOrMoveCtorParam()