Searched refs:getCXXNameType (Results 1 – 13 of 13) sorted by relevance
115 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 DeclarationName515 return Name.getCXXNameType()->containsUnexpandedParameterPack(); in containsUnexpandedParameterPack()537 return Name.getCXXNameType()->isInstantiationDependentType(); in isInstantiationDependent()
1166 mangleUnresolvedTypeOrSimpleId(name.getCXXNameType()); in mangleUnresolvedName()1954 mangleType(Name.getCXXNameType()); in mangleOperatorName()
6564 QualType T = Import(FromName.getCXXNameType()); in Import()6573 QualType T = Import(FromName.getCXXNameType()); in Import()6582 QualType T = Import(FromName.getCXXNameType()); in Import()
243 QualType T = D->getDeclName().getCXXNameType(); in computeDeclRefDependence()
333 if (!NameInfo.getName().getCXXNameType()->containsUnexpandedParameterPack()) in DiagnoseUnexpandedParameterPack()341 .TraverseType(NameInfo.getName().getCXXNameType()); in DiagnoseUnexpandedParameterPack()
851 R.getLookupName().getCXXNameType()->isDependentType() || in LookupDirect()903 = R.getSema().Context.getFunctionType(R.getLookupName().getCXXNameType(), in LookupDirect()
2554 QualType Ty = Name.getCXXNameType(); in AddTypedNameChunk()
3569 QualType NewT = getDerived().TransformType(Name.getCXXNameType()); in TransformDeclarationNameInfo()
4895 !Context.hasSameType(Name.getCXXNameType(), in diagnoseQualifiedDeclaration()
2141 Name.getCXXNameType()->isDependentType()) { in ActOnIdExpression()
253 QualType getCXXNameType() const;
991 The name is a C++ constructor name. Use ``N.getCXXNameType()`` to retrieve998 The name is a C++ destructor name. Use ``N.getCXXNameType()`` to retrieve1006 Use ``N.getCXXNameType()`` to retrieve the type that this conversion function
5084 AddTypeRef(Name.getCXXNameType()); in AddDeclarationName()