Searched refs:PseudoDestructorTypeStorage (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ExprCXX.h | 2674 class PseudoDestructorTypeStorage { 2683 PseudoDestructorTypeStorage() = default; 2685 PseudoDestructorTypeStorage(const IdentifierInfo *II, SourceLocation Loc) in PseudoDestructorTypeStorage() function 2688 PseudoDestructorTypeStorage(TypeSourceInfo *Info); 2755 PseudoDestructorTypeStorage DestroyedType; 2764 PseudoDestructorTypeStorage DestroyedType); 2841 DestroyedType = PseudoDestructorTypeStorage(II, Loc); in setDestroyedType() 2846 DestroyedType = PseudoDestructorTypeStorage(Info); in setDestroyedType()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExprCXX.cpp | 366 PseudoDestructorTypeStorage::PseudoDestructorTypeStorage(TypeSourceInfo *Info) in PseudoDestructorTypeStorage() function in PseudoDestructorTypeStorage 375 SourceLocation TildeLoc, PseudoDestructorTypeStorage DestroyedType) in CXXPseudoDestructorExpr()
|
| H A D | ASTImporter.cpp | 8768 PseudoDestructorTypeStorage Storage; in VisitCXXPseudoDestructorExpr() 8774 Storage = PseudoDestructorTypeStorage(ToII, *ToDestroyedTypeLocOrErr); in VisitCXXPseudoDestructorExpr() 8777 Storage = PseudoDestructorTypeStorage(*ToTIOrErr); in VisitCXXPseudoDestructorExpr()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExprCXX.cpp | 7073 PseudoDestructorTypeStorage Destructed) { in BuildPseudoDestructorExpr() 7128 Destructed = PseudoDestructorTypeStorage(DestructedTypeInfo); in BuildPseudoDestructorExpr() 7146 Destructed = PseudoDestructorTypeStorage(DestructedTypeInfo); in BuildPseudoDestructorExpr() 7218 PseudoDestructorTypeStorage Destructed; in ActOnPseudoDestructorExpr() 7231 Destructed = PseudoDestructorTypeStorage(SecondTypeName.Identifier, in ActOnPseudoDestructorExpr() 7272 Destructed = PseudoDestructorTypeStorage(DestructedTypeInfo); in ActOnPseudoDestructorExpr() 7368 PseudoDestructorTypeStorage Destructed(DestructedTypeInfo); in ActOnPseudoDestructorExpr()
|
| H A D | TreeTransform.h | 2739 PseudoDestructorTypeStorage Destroyed); 14650 PseudoDestructorTypeStorage Destroyed; in TransformCXXPseudoDestructorExpr() 14661 Destroyed = PseudoDestructorTypeStorage(E->getDestroyedTypeIdentifier(), in TransformCXXPseudoDestructorExpr() 17574 PseudoDestructorTypeStorage Destroyed) { in RebuildCXXPseudoDestructorExpr()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 8569 SourceLocation TildeLoc, PseudoDestructorTypeStorage DestroyedType);
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 5492 …rceInfo*, clang::SourceLocation, clang::SourceLocation, clang::PseudoDestructorTypeStorage, bool)"… 10372 …orTypeStorageC1EPNS_14TypeSourceInfoE", "clang::PseudoDestructorTypeStorage::PseudoDestructorTypeS… 10373 …orTypeStorageC2EPNS_14TypeSourceInfoE", "clang::PseudoDestructorTypeStorage::PseudoDestructorTypeS… 10374 …peSourceInfo*, clang::SourceLocation, clang::SourceLocation, clang::PseudoDestructorTypeStorage)"}, 10375 …peSourceInfo*, clang::SourceLocation, clang::SourceLocation, clang::PseudoDestructorTypeStorage)"},
|