Home
last modified time | relevance | path

Searched refs:getCXXConstructorName (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclarationName.cpp304 DeclarationName DeclarationNameTable::getCXXConstructorName(CanQualType Ty) { in getCXXConstructorName() function in DeclarationNameTable
357 return getCXXConstructorName(Ty); in getCXXSpecialName()
H A DASTImporter.cpp10173 return ToContext.DeclarationNames.getCXXConstructorName( in Import()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DHLSLExternalSemaSource.cpp166 DeclarationName Name = AST.DeclarationNames.getCXXConstructorName(CanTy); in addDefaultHandleConstructor()
H A DSemaLookup.cpp3356 Name = Context.DeclarationNames.getCXXConstructorName(CanTy); in LookupSpecialMember()
3366 Name = Context.DeclarationNames.getCXXConstructorName(CanTy); in LookupSpecialMember()
3555 DeclarationName Name = Context.DeclarationNames.getCXXConstructorName(T); in LookupConstructors()
H A DSemaDeclCXX.cpp12726 UsingName.setName(Context.DeclarationNames.getCXXConstructorName( in BuildUsingDeclaration()
12890 UsingName.setName(Context.DeclarationNames.getCXXConstructorName( in BuildUsingDeclaration()
13850 = Context.DeclarationNames.getCXXConstructorName(ClassType); in DeclareImplicitDefaultConstructor()
15521 = Context.DeclarationNames.getCXXConstructorName( in DeclareImplicitCopyConstructor()
15665 = Context.DeclarationNames.getCXXConstructorName( in DeclareImplicitMoveConstructor()
H A DSemaTemplateInstantiateDecl.cpp3364 NameInfo.setName(SemaRef.Context.DeclarationNames.getCXXConstructorName( in VisitUsingDecl()
H A DSemaDecl.cpp5838 NameInfo.setName(Context.DeclarationNames.getCXXConstructorName( in GetNameFromUnqualifiedId()
5859 NameInfo.setName(Context.DeclarationNames.getCXXConstructorName( in GetNameFromUnqualifiedId()
H A DSemaCodeComplete.cpp1075 Context.DeclarationNames.getCXXConstructorName( in getConstructors()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp4251 auto ImplicitCtorName = Context->DeclarationNames.getCXXConstructorName( in GenerateNameLookupTable()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp7775 getASTContext().DeclarationNames.getCXXConstructorName( in AddMethodToCXXRecordType()