Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DNameSearchContext.cpp38 clang::NamedDecl *NameSearchContext::AddFunDecl(const CompilerType &type, in AddFunDecl() function in NameSearchContext
140 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.cpp1907 function_decl = context.AddFunDecl(copied_function_type, extern_c); in AddOneFunction()