Home
last modified time | relevance | path

Searched refs:AddFunDecl (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DNameSearchContext.cpp39 clang::NamedDecl *NameSearchContext::AddFunDecl(const CompilerType &type, in AddFunDecl() function in NameSearchContext
142 return AddFunDecl(m_clang_ts.GetType(generic_function_type), true); in AddGenericFunDecl()
H A DNameSearchContext.h88 clang::NamedDecl *AddFunDecl(const CompilerType &type, bool extern_c = false);
H A DClangExpressionDeclMap.cpp1906 function_decl = context.AddFunDecl(copied_function_type, extern_c); in AddOneFunction()