Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h418 void SetFunctionParameters(clang::FunctionDecl *function_decl,
H A DTypeSystemClang.cpp2223 void TypeSystemClang::SetFunctionParameters( in SetFunctionParameters() function in TypeSystemClang
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp973 m_ast.SetFunctionParameters(decl, params); in GetDeclForSymbol()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1272 m_ast.SetFunctionParameters(function_decl, function_param_decls); in ParseSubroutine()
1274 m_ast.SetFunctionParameters(template_function_decl, in ParseSubroutine()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp1096 m_clang.SetFunctionParameters(&function_decl, params); in CreateFunctionParameters()