Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DClangASTContext.h412 void SetFunctionParameters(clang::FunctionDecl *function_decl,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp943 m_ast.SetFunctionParameters(decl, params.data(), params.size()); in GetDeclForSymbol()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp1088 m_clang.SetFunctionParameters(&function_decl, params.data(), params.size()); in CreateFunctionParameters()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1637 m_ast.SetFunctionParameters(function_decl, in ParseTypeFromDWARF()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp2230 void ClangASTContext::SetFunctionParameters(FunctionDecl *function_decl, in SetFunctionParameters() function in ClangASTContext