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.cpp5804 return ToContext.DeclarationNames.getCXXConstructorName(
/external/clang/lib/Sema/
H A DSemaLookup.cpp2781 Name = Context.DeclarationNames.getCXXConstructorName(CanTy);
2787 Name = Context.DeclarationNames.getCXXConstructorName(CanTy);
2966 DeclarationName Name = Context.DeclarationNames.getCXXConstructorName(T);
H A DSemaDeclCXX.cpp8175 NameInfo.setName(Context.DeclarationNames.getCXXConstructorName(
8903 = Context.DeclarationNames.getCXXConstructorName(ClassType);
9114 DeclarationName Name = Context.DeclarationNames.getCXXConstructorName(
9184 DeclarationName Name = Context.DeclarationNames.getCXXConstructorName(
10869 = Context.DeclarationNames.getCXXConstructorName(
11045 = Context.DeclarationNames.getCXXConstructorName(
H A DSemaCodeComplete.cpp800 = Context.DeclarationNames.getCXXConstructorName(
H A DSemaDecl.cpp4482 NameInfo.setName(Context.DeclarationNames.getCXXConstructorName(
4504 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.cpp3580 auto ImplicitCtorName = Context->DeclarationNames.getCXXConstructorName(
H A DASTReader.cpp7634 return Context.DeclarationNames.getCXXConstructorName(

Completed in 288 milliseconds