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

/external/clang/include/clang/AST/
H A DDeclarationName.h339 /// getCXXConstructorName).
359 /// getCXXConstructorName - Returns the name of a C++ constructor
361 DeclarationName getCXXConstructorName(CanQualType Ty);
/external/clang/lib/AST/
H A DDeclarationName.cpp364 DeclarationName DeclarationNameTable::getCXXConstructorName(CanQualType Ty) { function in class:DeclarationNameTable
H A DASTImporter.cpp4995 return ToContext.DeclarationNames.getCXXConstructorName(
/external/clang/lib/Sema/
H A DSemaLookup.cpp2411 Name = Context.DeclarationNames.getCXXConstructorName(CanTy);
2417 Name = Context.DeclarationNames.getCXXConstructorName(CanTy);
2590 DeclarationName Name = Context.DeclarationNames.getCXXConstructorName(T);
H A DSemaDeclCXX.cpp7710 NameInfo.setName(Context.DeclarationNames.getCXXConstructorName(
8437 = Context.DeclarationNames.getCXXConstructorName(ClassType);
8637 DeclarationName Name = Context.DeclarationNames.getCXXConstructorName(
8707 DeclarationName Name = Context.DeclarationNames.getCXXConstructorName(
10305 = Context.DeclarationNames.getCXXConstructorName(
10467 = Context.DeclarationNames.getCXXConstructorName(
H A DSemaCodeComplete.cpp801 = Context.DeclarationNames.getCXXConstructorName(
H A DSemaDecl.cpp4064 NameInfo.setName(Context.DeclarationNames.getCXXConstructorName(
4086 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 DASTReader.cpp7431 return Context.DeclarationNames.getCXXConstructorName(

Completed in 368 milliseconds