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

/external/clang/include/clang/AST/
H A DDeclarationName.h340 /// getCXXConstructorName).
360 /// getCXXConstructorName - Returns the name of a C++ constructor
362 DeclarationName getCXXConstructorName(CanQualType Ty);
/external/clang/lib/AST/
H A DDeclarationName.cpp364 DeclarationName DeclarationNameTable::getCXXConstructorName(CanQualType Ty) { function in class:DeclarationNameTable
H A DASTImporter.cpp5065 return ToContext.DeclarationNames.getCXXConstructorName(
/external/clang/lib/Sema/
H A DSemaLookup.cpp2464 Name = Context.DeclarationNames.getCXXConstructorName(CanTy);
2470 Name = Context.DeclarationNames.getCXXConstructorName(CanTy);
2649 DeclarationName Name = Context.DeclarationNames.getCXXConstructorName(T);
H A DSemaDeclCXX.cpp8146 NameInfo.setName(Context.DeclarationNames.getCXXConstructorName(
8876 = Context.DeclarationNames.getCXXConstructorName(ClassType);
9087 DeclarationName Name = Context.DeclarationNames.getCXXConstructorName(
9157 DeclarationName Name = Context.DeclarationNames.getCXXConstructorName(
10828 = Context.DeclarationNames.getCXXConstructorName(
11004 = Context.DeclarationNames.getCXXConstructorName(
H A DSemaCodeComplete.cpp800 = Context.DeclarationNames.getCXXConstructorName(
H A DSemaDecl.cpp4308 NameInfo.setName(Context.DeclarationNames.getCXXConstructorName(
4330 NameInfo.setName(Context.DeclarationNames.getCXXConstructorName(
/external/lldb/source/Symbol/
H A DClangASTType.cpp4598 DeclarationNameInfo (m_ast->DeclarationNames.getCXXConstructorName (m_ast->getCanonicalType (record_qual_type)), SourceLocation()),
/external/clang/lib/Serialization/
H A DASTWriter.cpp3773 auto ImplicitCtorName = Context->DeclarationNames.getCXXConstructorName(
H A DASTReader.cpp7712 return Context.DeclarationNames.getCXXConstructorName(

Completed in 1214 milliseconds