Searched refs:getCXXConstructorName (Results 1 – 11 of 11) sorted by relevance
365 DeclarationName getCXXConstructorName(CanQualType Ty);
385 DeclarationName DeclarationNameTable::getCXXConstructorName(CanQualType Ty) { in getCXXConstructorName() function in DeclarationNameTable
6568 return ToContext.DeclarationNames.getCXXConstructorName( in Import()
2874 Name = Context.DeclarationNames.getCXXConstructorName(CanTy); in LookupSpecialMember()2880 Name = Context.DeclarationNames.getCXXConstructorName(CanTy); in LookupSpecialMember()3055 DeclarationName Name = Context.DeclarationNames.getCXXConstructorName(T); in LookupConstructors()
8257 UsingName.setName(Context.DeclarationNames.getCXXConstructorName( in BuildUsingDeclaration()8388 UsingName.setName(Context.DeclarationNames.getCXXConstructorName( in BuildUsingDeclaration()9156 = Context.DeclarationNames.getCXXConstructorName(ClassType); in DeclareImplicitDefaultConstructor()10997 = Context.DeclarationNames.getCXXConstructorName( in DeclareImplicitCopyConstructor()11176 = Context.DeclarationNames.getCXXConstructorName( in DeclareImplicitMoveConstructor()
2370 NameInfo.setName(SemaRef.Context.DeclarationNames.getCXXConstructorName( in VisitUsingDecl()
4613 NameInfo.setName(Context.DeclarationNames.getCXXConstructorName( in GetNameFromUnqualifiedId()4635 NameInfo.setName(Context.DeclarationNames.getCXXConstructorName( in GetNameFromUnqualifiedId()
817 = Context.DeclarationNames.getCXXConstructorName( in MaybeAddConstructorResults()
3616 auto ImplicitCtorName = Context->DeclarationNames.getCXXConstructorName( in GenerateNameLookupTable()
7690 return Context.DeclarationNames.getCXXConstructorName( in ReadDeclarationName()
1047 ``getCXXConstructorName``, ``getCXXDestructorName``,