Searched refs:DestroyedType (Results 1 - 6 of 6) sorted by relevance

/external/clang/lib/AST/
H A DExprCXX.cpp239 PseudoDestructorTypeStorage DestroyedType)
244 (DestroyedType.getTypeSourceInfo() &&
245 DestroyedType.getTypeSourceInfo()->getType()->isDependentType())),
252 (DestroyedType.getTypeSourceInfo() &&
253 DestroyedType.getTypeSourceInfo()->getType()
262 (DestroyedType.getTypeSourceInfo() &&
263 DestroyedType.getTypeSourceInfo()->getType()
268 DestroyedType(DestroyedType) { }
271 if (TypeSourceInfo *TInfo = DestroyedType
235 CXXPseudoDestructorExpr(const ASTContext &Context, Expr *Base, bool isArrow, SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, TypeSourceInfo *ScopeType, SourceLocation ColonColonLoc, SourceLocation TildeLoc, PseudoDestructorTypeStorage DestroyedType) argument
[all...]
H A DItaniumMangle.cpp363 bool mangleUnresolvedTypeOrSimpleId(QualType DestroyedType,
3019 QualType DestroyedType = PDE->getDestroyedType(); local
3020 mangleUnresolvedTypeOrSimpleId(DestroyedType);
/external/clang/include/clang/AST/
H A DExprCXX.h2087 PseudoDestructorTypeStorage DestroyedType;
2098 PseudoDestructorTypeStorage DestroyedType);
2155 return DestroyedType.getTypeSourceInfo();
2162 return DestroyedType.getIdentifier();
2170 return DestroyedType.getLocation();
2176 DestroyedType = PseudoDestructorTypeStorage(II, Loc);
2181 DestroyedType = PseudoDestructorTypeStorage(Info);
/external/clang/lib/CodeGen/
H A DCGExpr.cpp3543 QualType DestroyedType = PseudoDtor->getDestroyedType(); local
3544 if (DestroyedType.hasStrongOrWeakObjCLifetime()) {
3564 switch (DestroyedType.getObjCLifetime()) {
/external/clang/lib/Sema/
H A DTreeTransform.h11535 TypeSourceInfo *DestroyedType = Destroyed.getTypeSourceInfo(); local
11537 SemaRef.Context.getCanonicalType(DestroyedType->getType())));
11539 NameInfo.setNamedTypeInfo(DestroyedType);
/external/clang/include/clang/Sema/
H A DSema.h4757 PseudoDestructorTypeStorage DestroyedType);

Completed in 176 milliseconds