Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h425 void SetFunctionParameters(clang::FunctionDecl *function_decl,
H A DTypeSystemClang.cpp2261 void TypeSystemClang::SetFunctionParameters( in SetFunctionParameters() function in TypeSystemClang
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp981 m_ast.SetFunctionParameters(decl, params); in GetDeclForSymbol()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1265 m_ast.SetFunctionParameters(function_decl, function_param_decls); in ParseSubroutine()
1267 m_ast.SetFunctionParameters(template_function_decl, in ParseSubroutine()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp1138 m_clang.SetFunctionParameters(&function_decl, params); in CreateFunctionParameters()