Searched refs:AddFunDecl (Results 1 – 3 of 3) sorted by relevance
38 clang::NamedDecl *NameSearchContext::AddFunDecl(const CompilerType &type, in AddFunDecl() function in NameSearchContext140 return AddFunDecl(m_clang_ts.GetType(generic_function_type), true); in AddGenericFunDecl()
88 clang::NamedDecl *AddFunDecl(const CompilerType &type, bool extern_c = false);
1907 function_decl = context.AddFunDecl(copied_function_type, extern_c); in AddOneFunction()