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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DClangASTContext.h358 void SetFunctionParameters(clang::FunctionDecl *function_decl,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp948 m_ast.SetFunctionParameters(decl, params.data(), params.size());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp1093 m_clang.SetFunctionParameters(&function_decl, params.data(), params.size());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1201 m_ast.SetFunctionParameters(function_decl,
1205 m_ast.SetFunctionParameters(template_function_decl,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp1949 void ClangASTContext::SetFunctionParameters(FunctionDecl *function_decl, function in class:ClangASTContext

Completed in 105 milliseconds