Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.h552 clang::NamedDecl *AddFunDecl(const CompilerType &type, bool extern_c = false);
H A DClangASTSource.cpp2067 clang::NamedDecl *NameSearchContext::AddFunDecl(const CompilerType &type, in AddFunDecl() function in NameSearchContext
2168 return AddFunDecl( in AddGenericFunDecl()
H A DClangExpressionDeclMap.cpp2044 function_decl = context.AddFunDecl(copied_function_type, extern_c); in AddOneFunction()