Searched refs:getCXXConstructorName (Results 1 – 10 of 10) sorted by relevance
362 DeclarationName getCXXConstructorName(CanQualType Ty);
364 DeclarationName DeclarationNameTable::getCXXConstructorName(CanQualType Ty) { in getCXXConstructorName() function in DeclarationNameTable
5804 return ToContext.DeclarationNames.getCXXConstructorName( in Import()
2781 Name = Context.DeclarationNames.getCXXConstructorName(CanTy); in LookupSpecialMember()2787 Name = Context.DeclarationNames.getCXXConstructorName(CanTy); in LookupSpecialMember()2966 DeclarationName Name = Context.DeclarationNames.getCXXConstructorName(T); in LookupConstructors()
8175 NameInfo.setName(Context.DeclarationNames.getCXXConstructorName( in BuildUsingDeclaration()8903 = Context.DeclarationNames.getCXXConstructorName(ClassType); in DeclareImplicitDefaultConstructor()9114 DeclarationName Name = Context.DeclarationNames.getCXXConstructorName( in getUsingLoc()9184 DeclarationName Name = Context.DeclarationNames.getCXXConstructorName( in declareCtor()10869 = Context.DeclarationNames.getCXXConstructorName( in DeclareImplicitCopyConstructor()11045 = Context.DeclarationNames.getCXXConstructorName( in DeclareImplicitMoveConstructor()
4482 NameInfo.setName(Context.DeclarationNames.getCXXConstructorName( in GetNameFromUnqualifiedId()4504 NameInfo.setName(Context.DeclarationNames.getCXXConstructorName( in GetNameFromUnqualifiedId()
800 = Context.DeclarationNames.getCXXConstructorName( in MaybeAddConstructorResults()
3580 auto ImplicitCtorName = Context->DeclarationNames.getCXXConstructorName( in GenerateNameLookupTable()
7634 return Context.DeclarationNames.getCXXConstructorName( in ReadDeclarationName()
1047 ``getCXXConstructorName``, ``getCXXDestructorName``,