Home
last modified time | relevance | path

Searched refs:CreateFunctionDecl (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.h123 CreateFunctionDecl(PdbCompilandSymId func_id, llvm::StringRef func_name,
H A DPdbAstBuilder.cpp850 PdbAstBuilder::CreateFunctionDecl(PdbCompilandSymId func_id, in CreateFunctionDecl() function in PdbAstBuilder
1007 return CreateFunctionDecl(func_sid, func_name, func_ti, func_ct, param_count, in CreateFunctionDeclFromId()
1051 CreateFunctionDecl(func_id, proc_name, proc.FunctionType, func_ct, in GetOrCreateFunctionDecl()