Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp3188 auto CreateAllocationFunctionDecl = [&](Attr *ExtraAttr) { in DeclareGlobalAllocationFunction() local
3243 CreateAllocationFunctionDecl(nullptr); in DeclareGlobalAllocationFunction()
3247 CreateAllocationFunctionDecl(CUDAHostAttr::CreateImplicit(Context)); in DeclareGlobalAllocationFunction()
3248 CreateAllocationFunctionDecl(CUDADeviceAttr::CreateImplicit(Context)); in DeclareGlobalAllocationFunction()