Home
last modified time | relevance | path

Searched defs:ImplicitAllocationParameters (Results 1 – 1 of 1) 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
2284 unsigned getNumImplicitArgs() const { in getNumImplicitArgs()
2293 QualType Type;
2294 TypeAwareAllocationMode PassTypeIdentity;
2295 AlignedAllocationMode PassAlignment;