Searched defs:DestroyedType (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/AST/
H A DExprCXX.cpp241 PseudoDestructorTypeStorage DestroyedType)
249 (DestroyedType.getTypeSourceInfo() &&
250 DestroyedType.getTypeSourceInfo()->getType()->isDependentType())),
257 (DestroyedType.getTypeSourceInfo() &&
258 DestroyedType.getTypeSourceInfo()->getType()
267 (DestroyedType.getTypeSourceInfo() &&
268 DestroyedType.getTypeSourceInfo()->getType()
273 DestroyedType(DestroyedType) { }
276 if (TypeSourceInfo *TInfo = DestroyedType
237 CXXPseudoDestructorExpr(const ASTContext &Context, Expr *Base, bool isArrow, SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, TypeSourceInfo *ScopeType, SourceLocation ColonColonLoc, SourceLocation TildeLoc, PseudoDestructorTypeStorage DestroyedType) argument
[all...]
/external/clang/lib/CodeGen/
H A DCGExpr.cpp2976 QualType DestroyedType = PseudoDtor->getDestroyedType(); local
2978 DestroyedType->isObjCLifetimeType() &&
2979 (DestroyedType.getObjCLifetime() == Qualifiers::OCL_Strong ||
2980 DestroyedType.getObjCLifetime() == Qualifiers::OCL_Weak)) {
/external/clang/lib/Sema/
H A DTreeTransform.h10177 TypeSourceInfo *DestroyedType = Destroyed.getTypeSourceInfo(); local
10179 SemaRef.Context.getCanonicalType(DestroyedType->getType())));
10181 NameInfo.setNamedTypeInfo(DestroyedType);

Completed in 1668 milliseconds