Home
last modified time | relevance | path

Searched refs:ImplicitAllocationParameters (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h2271 struct ImplicitAllocationParameters { struct
2272 ImplicitAllocationParameters(QualType AllocType, in ImplicitAllocationParameters() function
2280 explicit ImplicitAllocationParameters(AlignedAllocationMode PassAlignment) in ImplicitAllocationParameters() function
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 DSemaCoroutine.cpp1447 ImplicitAllocationParameters IAP( in makeNewAndDeleteExpr()
1465 IAP = ImplicitAllocationParameters( in makeNewAndDeleteExpr()
H A DSemaExprCXX.cpp2418 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 DCGExprCXX.cpp1467 const ImplicitAllocationParameters &IAP, in CallDeleteDuringNew()
1664 ImplicitAllocationParameters IAP = E->implicitAllocationParameters(); in EmitCXXNewExpr()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp230 const ImplicitAllocationParameters &IAP, in CXXNewExpr()
295 FunctionDecl *OperatorDelete, const ImplicitAllocationParameters &IAP, in Create()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1936 ImplicitAllocationParameters IAP = E->implicitAllocationParameters(); in VisitCXXNewExpr()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h8502 QualType AllocType, bool IsArray, ImplicitAllocationParameters &IAP,