Home
last modified time | relevance | path

Searched refs:typeAwareAllocationModeFromBool (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h2246 typeAwareAllocationModeFromBool(bool IsTypeAwareAllocation) { in typeAwareAllocationModeFromBool() function
2545 typeAwareAllocationModeFromBool(CXXNewExprBits.ShouldPassTypeIdentity), in implicitAllocationParameters()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp16394 return typeAwareAllocationModeFromBool(SeenTypedOperators); in ShouldUseTypeAwareOperatorNewOrDelete()