Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h493 void SetFunctionParameters(clang::FunctionDecl *function_decl,
H A DTypeSystemClang.cpp2220 void TypeSystemClang::SetFunctionParameters( in SetFunctionParameters() function in TypeSystemClang
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp979 m_ast.SetFunctionParameters(decl, params); in GetDeclForSymbol()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1348 m_ast.SetFunctionParameters(function_decl, function_param_decls); in ParseSubroutine()
1350 m_ast.SetFunctionParameters(template_function_decl, in ParseSubroutine()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp1140 m_clang.SetFunctionParameters(&function_decl, params); in CreateFunctionParameters()