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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclarationName.cpp364 DeclarationName DeclarationNameTable::getCXXConstructorName(CanQualType Ty) { function in class:DeclarationNameTable
H A DASTImporter.cpp5812 return ToContext.DeclarationNames.getCXXConstructorName(
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclarationName.h340 /// getCXXConstructorName).
360 /// getCXXConstructorName - Returns the name of a C++ constructor
362 DeclarationName getCXXConstructorName(CanQualType Ty);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLookup.cpp2791 Name = Context.DeclarationNames.getCXXConstructorName(CanTy);
2797 Name = Context.DeclarationNames.getCXXConstructorName(CanTy);
2976 DeclarationName Name = Context.DeclarationNames.getCXXConstructorName(T);
H A DSemaDeclCXX.cpp8185 NameInfo.setName(Context.DeclarationNames.getCXXConstructorName(
8914 = Context.DeclarationNames.getCXXConstructorName(ClassType);
9125 DeclarationName Name = Context.DeclarationNames.getCXXConstructorName(
9195 DeclarationName Name = Context.DeclarationNames.getCXXConstructorName(
10902 = Context.DeclarationNames.getCXXConstructorName(
11078 = Context.DeclarationNames.getCXXConstructorName(
H A DSemaCodeComplete.cpp801 = Context.DeclarationNames.getCXXConstructorName(
H A DSemaDecl.cpp4478 NameInfo.setName(Context.DeclarationNames.getCXXConstructorName(
4500 NameInfo.setName(Context.DeclarationNames.getCXXConstructorName(
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp3596 auto ImplicitCtorName = Context->DeclarationNames.getCXXConstructorName(
H A DASTReader.cpp7655 return Context.DeclarationNames.getCXXConstructorName(
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp7807 clang::DeclarationNameInfo (getASTContext()->DeclarationNames.getCXXConstructorName (getASTContext()->getCanonicalType (record_qual_type)), clang::SourceLocation()),

Completed in 367 milliseconds