Searched refs:TParamsArray (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 2127 llvm::DINodeArray TParamsArray = CollectFunctionTemplateParams(Method, Unit); in CreateCXXMemberFunction() local 2131 TParamsArray.get()); in CreateCXXMemberFunction() 3991 llvm::DINodeArray &TParamsArray, in collectFunctionDeclProps() argument 4030 TParamsArray = CollectFunctionTemplateParams(FD, Unit); in collectFunctionDeclProps() 4091 llvm::DINodeArray TParamsArray; in getFunctionFwdDeclOrStub() local 4099 collectFunctionDeclProps(GD, Unit, Name, LinkageName, DContext, TParamsArray, in getFunctionFwdDeclOrStub() 4122 TParamsArray.get(), getFunctionDeclaration(FD)); in getFunctionFwdDeclOrStub() 4128 TParamsArray.get(), getFunctionDeclaration(FD)); in getFunctionFwdDeclOrStub() 4381 llvm::DINodeArray TParamsArray; in emitFunctionStart() local 4397 TParamsArray, Flags); in emitFunctionStart() [all …]
|
H A D | CGDebugInfo.h | 822 llvm::DINodeArray &TParamsArray,
|