Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGHLSLBuiltins.cpp231 FunctionDecl *FnDeclForMangling = FunctionDecl::Create( in getSpecConstantFunctionName() local
239 Context, FnDeclForMangling, SourceLocation(), SourceLocation(), in getSpecConstantFunctionName()
244 FnDeclForMangling->setParams(ParamDecls); in getSpecConstantFunctionName()
250 Mangler->mangleName(FnDeclForMangling, MangledNameStream); in getSpecConstantFunctionName()