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

/external/clang/lib/AST/
H A DExprCXX.cpp165 PseudoDestructorTypeStorage DestroyedType)
171 (DestroyedType.getTypeSourceInfo() &&
172 DestroyedType.getTypeSourceInfo()->getType()->isDependentType())),
179 (DestroyedType.getTypeSourceInfo() &&
180 DestroyedType.getTypeSourceInfo()->getType()
189 (DestroyedType.getTypeSourceInfo() &&
190 DestroyedType.getTypeSourceInfo()->getType()
195 DestroyedType(DestroyedType) { }
198 if (TypeSourceInfo *TInfo = DestroyedType
161 CXXPseudoDestructorExpr(ASTContext &Context, Expr *Base, bool isArrow, SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, TypeSourceInfo *ScopeType, SourceLocation ColonColonLoc, SourceLocation TildeLoc, PseudoDestructorTypeStorage DestroyedType) argument
[all...]
/external/clang/include/clang/AST/
H A DExprCXX.h1792 PseudoDestructorTypeStorage DestroyedType;
1803 PseudoDestructorTypeStorage DestroyedType);
1860 return DestroyedType.getTypeSourceInfo();
1867 return DestroyedType.getIdentifier();
1875 return DestroyedType.getLocation();
1881 DestroyedType = PseudoDestructorTypeStorage(II, Loc);
1886 DestroyedType = PseudoDestructorTypeStorage(Info);
/external/clang/lib/CodeGen/
H A DCGExpr.cpp2590 QualType DestroyedType = PseudoDtor->getDestroyedType(); local
2592 DestroyedType->isObjCLifetimeType() &&
2593 (DestroyedType.getObjCLifetime() == Qualifiers::OCL_Strong ||
2594 DestroyedType.getObjCLifetime() == Qualifiers::OCL_Weak)) {
/external/clang/lib/Sema/
H A DTreeTransform.h9245 TypeSourceInfo *DestroyedType = Destroyed.getTypeSourceInfo(); local
9247 SemaRef.Context.getCanonicalType(DestroyedType->getType())));
9249 NameInfo.setNamedTypeInfo(DestroyedType);
/external/clang/include/clang/Sema/
H A DSema.h3823 PseudoDestructorTypeStorage DestroyedType,

Completed in 116 milliseconds