Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp458 static CanQualTypeList getArgTypesForDeclaration(ASTContext &ctx, in getArgTypesForDeclaration() function
719 CanQualTypeList argTypes = getArgTypesForDeclaration(Context, params); in arrangeBlockFunctionDeclaration()
741 CanQualTypeList argTypes = getArgTypesForDeclaration(Context, args); in arrangeBuiltinFunctionDeclaration()
758 CanQualTypeList argTypes = getArgTypesForDeclaration(Context, args); in arrangeSYCLKernelCallerDeclaration()