Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDClangASTContext.h358 void SetFunctionParameters(clang::FunctionDecl *function_decl,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
HDPDBASTParser.cpp948 m_ast.SetFunctionParameters(decl, params.data(), params.size()); in GetDeclForSymbol()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFASTParserClang.cpp1201 m_ast.SetFunctionParameters(function_decl, in ParseSubroutine()
1205 m_ast.SetFunctionParameters(template_function_decl, in ParseSubroutine()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
HDPdbAstBuilder.cpp1093 m_clang.SetFunctionParameters(&function_decl, params.data(), params.size()); in CreateFunctionParameters()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
HDClangASTContext.cpp1949 void ClangASTContext::SetFunctionParameters(FunctionDecl *function_decl, in SetFunctionParameters() function in ClangASTContext