Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp3190 auto CreateAllocationFunctionDecl = [&](Attr *ExtraAttr) { in DeclareGlobalAllocationFunction() local
3245 CreateAllocationFunctionDecl(nullptr); in DeclareGlobalAllocationFunction()
3249 CreateAllocationFunctionDecl(CUDAHostAttr::CreateImplicit(Context)); in DeclareGlobalAllocationFunction()
3250 CreateAllocationFunctionDecl(CUDADeviceAttr::CreateImplicit(Context)); in DeclareGlobalAllocationFunction()