Searched refs:ImplicitAllocationParameters (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ExprCXX.h | 2271 struct ImplicitAllocationParameters { struct 2272 ImplicitAllocationParameters(QualType AllocType, in ImplicitAllocationParameters() argument 2280 explicit ImplicitAllocationParameters(AlignedAllocationMode PassAlignment) in ImplicitAllocationParameters() argument 2387 const ImplicitAllocationParameters &IAP, 2402 FunctionDecl *OperatorDelete, const ImplicitAllocationParameters &IAP, 2542 ImplicitAllocationParameters implicitAllocationParameters() const { in implicitAllocationParameters() 2543 return ImplicitAllocationParameters{ in implicitAllocationParameters()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCoroutine.cpp | 1447 ImplicitAllocationParameters IAP( in makeNewAndDeleteExpr() 1465 IAP = ImplicitAllocationParameters( in makeNewAndDeleteExpr()
|
| H A D | SemaExprCXX.cpp | 2418 ImplicitAllocationParameters IAP = { in BuildCXXNew() 2863 ImplicitAllocationParameters &IAP, FunctionDecl *&Operator, in resolveAllocationOverload() 2907 QualType AllocType, bool IsArray, ImplicitAllocationParameters &IAP, in FindAllocationFunctions()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExprCXX.cpp | 1467 const ImplicitAllocationParameters &IAP, in CallDeleteDuringNew() 1664 ImplicitAllocationParameters IAP = E->implicitAllocationParameters(); in EmitCXXNewExpr()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExprCXX.cpp | 230 const ImplicitAllocationParameters &IAP, in CXXNewExpr() 295 FunctionDecl *OperatorDelete, const ImplicitAllocationParameters &IAP, in Create()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 1936 ImplicitAllocationParameters IAP = E->implicitAllocationParameters(); in VisitCXXNewExpr()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 8502 QualType AllocType, bool IsArray, ImplicitAllocationParameters &IAP,
|