Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenTypes.h198 const CGFunctionInfo &arrangeFunctionDeclaration(const FunctionDecl *FD);
H A DCGCUDANV.cpp424 CGM.getTypes().arrangeFunctionDeclaration(cudaLaunchKernelFD); in emitDeviceStubBodyNew()
H A DCGDecl.cpp2076 const CGFunctionInfo &Info = CGM.getTypes().arrangeFunctionDeclaration(FD); in EmitAutoVarCleanups()
H A DCGCall.cpp450 CodeGenTypes::arrangeFunctionDeclaration(const FunctionDecl *FD) { in arrangeFunctionDeclaration() function in CodeGenTypes
540 return arrangeFunctionDeclaration(FD); in arrangeGlobalDeclaration()