Searched refs:ConstructorInfo (Results 1 – 2 of 2) sorted by relevance
802 struct ConstructorInfo { struct810 inline ConstructorInfo getConstructorInfo(NamedDecl *ND) { in getConstructorInfo() argument812 return ConstructorInfo{}; in getConstructorInfo()817 ConstructorInfo Info = {DeclAccessPair::make(ND, D->getAccess()), nullptr, in getConstructorInfo()
55 public static ConstructorInfo getConstructor( this Type type, Type[] argumentTypes ) in getConstructor()