Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2300 llvm::DINodeArray TParamsArray = CollectFunctionTemplateParams(Method, Unit); in CreateCXXMemberFunction() local
2304 TParamsArray.get(), /*ThrownTypes*/ nullptr, in CreateCXXMemberFunction()
4241 llvm::DINodeArray &TParamsArray, in collectFunctionDeclProps() argument
4280 TParamsArray = CollectFunctionTemplateParams(FD, Unit); in collectFunctionDeclProps()
4341 llvm::DINodeArray TParamsArray; in getFunctionFwdDeclOrStub() local
4349 collectFunctionDeclProps(GD, Unit, Name, LinkageName, DContext, TParamsArray, in getFunctionFwdDeclOrStub()
4372 TParamsArray.get(), getFunctionDeclaration(FD), /*ThrownTypes*/ nullptr, in getFunctionFwdDeclOrStub()
4380 TParamsArray.get(), getFunctionDeclaration(FD)); in getFunctionFwdDeclOrStub()
4638 llvm::DINodeArray TParamsArray; in emitFunctionStart() local
4655 TParamsArray, Flags); in emitFunctionStart()
[all …]
H A DCGDebugInfo.h877 llvm::DINodeArray &TParamsArray,