Home
last modified time | relevance | path

Searched refs:getCXXNameType (Results 1 – 13 of 13) sorted by relevance

/external/clang/lib/AST/
DDeclarationName.cpp115 if (QualTypeOrdering()(LHS.getCXXNameType(), RHS.getCXXNameType())) in compare()
117 if (QualTypeOrdering()(RHS.getCXXNameType(), LHS.getCXXNameType())) in compare()
170 return printCXXConstructorDestructorName(N.getCXXNameType(), OS, Policy); in print()
174 return printCXXConstructorDestructorName(N.getCXXNameType(), OS, Policy); in print()
200 QualType Type = N.getCXXNameType(); in print()
265 QualType T = getCXXNameType(); in isDependentName()
276 QualType DeclarationName::getCXXNameType() const { in getCXXNameType() function in DeclarationName
515 return Name.getCXXNameType()->containsUnexpandedParameterPack(); in containsUnexpandedParameterPack()
537 return Name.getCXXNameType()->isInstantiationDependentType(); in isInstantiationDependent()
DItaniumMangle.cpp1166 mangleUnresolvedTypeOrSimpleId(name.getCXXNameType()); in mangleUnresolvedName()
1954 mangleType(Name.getCXXNameType()); in mangleOperatorName()
DASTImporter.cpp6564 QualType T = Import(FromName.getCXXNameType()); in Import()
6573 QualType T = Import(FromName.getCXXNameType()); in Import()
6582 QualType T = Import(FromName.getCXXNameType()); in Import()
DExpr.cpp243 QualType T = D->getDeclName().getCXXNameType(); in computeDeclRefDependence()
/external/clang/lib/Sema/
DSemaTemplateVariadic.cpp333 if (!NameInfo.getName().getCXXNameType()->containsUnexpandedParameterPack()) in DiagnoseUnexpandedParameterPack()
341 .TraverseType(NameInfo.getName().getCXXNameType()); in DiagnoseUnexpandedParameterPack()
DSemaLookup.cpp851 R.getLookupName().getCXXNameType()->isDependentType() || in LookupDirect()
903 = R.getSema().Context.getFunctionType(R.getLookupName().getCXXNameType(), in LookupDirect()
DSemaCodeComplete.cpp2554 QualType Ty = Name.getCXXNameType(); in AddTypedNameChunk()
DTreeTransform.h3569 QualType NewT = getDerived().TransformType(Name.getCXXNameType()); in TransformDeclarationNameInfo()
DSemaDecl.cpp4895 !Context.hasSameType(Name.getCXXNameType(), in diagnoseQualifiedDeclaration()
DSemaExpr.cpp2141 Name.getCXXNameType()->isDependentType()) { in ActOnIdExpression()
/external/clang/include/clang/AST/
DDeclarationName.h253 QualType getCXXNameType() const;
/external/clang/docs/
DInternalsManual.rst991 The name is a C++ constructor name. Use ``N.getCXXNameType()`` to retrieve
998 The name is a C++ destructor name. Use ``N.getCXXNameType()`` to retrieve
1006 Use ``N.getCXXNameType()`` to retrieve the type that this conversion function
/external/clang/lib/Serialization/
DASTWriter.cpp5084 AddTypeRef(Name.getCXXNameType()); in AddDeclarationName()