Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExprCXX.cpp3149 auto CreateAllocationFunctionDecl = [&](Attr *ExtraAttr) { in DeclareGlobalAllocationFunction() local
3200 CreateAllocationFunctionDecl(nullptr); in DeclareGlobalAllocationFunction()
3204 CreateAllocationFunctionDecl(CUDAHostAttr::CreateImplicit(Context)); in DeclareGlobalAllocationFunction()
3205 CreateAllocationFunctionDecl(CUDADeviceAttr::CreateImplicit(Context)); in DeclareGlobalAllocationFunction()