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

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp311 SourceLocation TildeLoc, PseudoDestructorTypeStorage DestroyedType)
317 DestroyedType(DestroyedType) {
322 if (TypeSourceInfo *TInfo = DestroyedType.getTypeSourceInfo())
329 SourceLocation End = DestroyedType.getLocation();
330 if (TypeSourceInfo *TInfo = DestroyedType.getTypeSourceInfo())
307 CXXPseudoDestructorExpr( const ASTContext &Context, Expr *Base, bool isArrow, SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, TypeSourceInfo *ScopeType, SourceLocation ColonColonLoc, SourceLocation TildeLoc, PseudoDestructorTypeStorage DestroyedType) argument
H A DItaniumMangle.cpp507 bool mangleUnresolvedTypeOrSimpleId(QualType DestroyedType,
4022 QualType DestroyedType = PDE->getDestroyedType(); local
4023 mangleUnresolvedTypeOrSimpleId(DestroyedType);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h2500 PseudoDestructorTypeStorage DestroyedType; member in class:clang::CXXPseudoDestructorExpr
2509 PseudoDestructorTypeStorage DestroyedType);
2565 return DestroyedType.getTypeSourceInfo();
2572 return DestroyedType.getIdentifier();
2580 return DestroyedType.getLocation();
2586 DestroyedType = PseudoDestructorTypeStorage(II, Loc);
2591 DestroyedType = PseudoDestructorTypeStorage(Info);
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp121 QualType DestroyedType = E->getDestroyedType(); local
122 if (DestroyedType.hasStrongOrWeakObjCLifetime()) {
142 switch (DestroyedType.getObjCLifetime()) {
150 DestroyedType.isVolatileQualified()),
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h14322 TypeSourceInfo *DestroyedType = Destroyed.getTypeSourceInfo(); local
14324 SemaRef.Context.getCanonicalType(DestroyedType->getType())));
14326 NameInfo.setNamedTypeInfo(DestroyedType);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6078 PseudoDestructorTypeStorage DestroyedType);

Completed in 240 milliseconds