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

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclarationName.cpp310 DeclarationName DeclarationNameTable::getCXXConstructorName(CanQualType Ty) { function in class:DeclarationNameTable
363 return getCXXConstructorName(Ty);
H A DASTImporter.cpp8837 return ToContext.DeclarationNames.getCXXConstructorName(
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclarationName.h566 /// retrieved using its member functions (e.g., getCXXConstructorName).
572 /// getCXXConstructorName and getCXXSpecialName can be used to obtain
618 DeclarationName getCXXConstructorName(CanQualType Ty);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp3065 Name = Context.DeclarationNames.getCXXConstructorName(CanTy);
3074 Name = Context.DeclarationNames.getCXXConstructorName(CanTy);
3264 DeclarationName Name = Context.DeclarationNames.getCXXConstructorName(T);
H A DSemaDeclCXX.cpp11908 UsingName.setName(Context.DeclarationNames.getCXXConstructorName(
12068 UsingName.setName(Context.DeclarationNames.getCXXConstructorName(
12933 = Context.DeclarationNames.getCXXConstructorName(ClassType);
14549 = Context.DeclarationNames.getCXXConstructorName(
14681 = Context.DeclarationNames.getCXXConstructorName(
H A DSemaTemplateInstantiateDecl.cpp2945 NameInfo.setName(SemaRef.Context.DeclarationNames.getCXXConstructorName(
H A DSemaDecl.cpp5370 NameInfo.setName(Context.DeclarationNames.getCXXConstructorName(
5391 NameInfo.setName(Context.DeclarationNames.getCXXConstructorName(
H A DSemaCodeComplete.cpp1016 Context.DeclarationNames.getCXXConstructorName(
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp3756 auto ImplicitCtorName = Context->DeclarationNames.getCXXConstructorName(
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp7409 getASTContext().DeclarationNames.getCXXConstructorName(

Completed in 249 milliseconds