Searched refs:DestroyedType (Results 1 - 5 of 5) 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/include/clang/AST/
H A DExprCXX.h1924 PseudoDestructorTypeStorage DestroyedType;
1935 PseudoDestructorTypeStorage DestroyedType);
1992 return DestroyedType.getTypeSourceInfo();
1999 return DestroyedType.getIdentifier();
2007 return DestroyedType.getLocation();
2013 DestroyedType = PseudoDestructorTypeStorage(II, Loc);
2018 DestroyedType = PseudoDestructorTypeStorage(Info);
/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);
/external/clang/include/clang/Sema/
H A DSema.h4399 PseudoDestructorTypeStorage DestroyedType,

Completed in 99 milliseconds