Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.h124 CreateFunctionDecl(PdbCompilandSymId func_id, llvm::StringRef func_name,
H A DPdbAstBuilder.cpp1125 PdbAstBuilder::CreateFunctionDecl(PdbCompilandSymId func_id, in CreateFunctionDecl() function in PdbAstBuilder
1273 return CreateFunctionDecl(func_sid, func_name, func_ti, func_ct, param_count, in CreateFunctionDeclFromId()
1313 CreateFunctionDecl(func_id, proc_name, proc.FunctionType, func_ct, in GetOrCreateFunctionDecl()