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

/external/lldb/include/lldb/Expression/
H A DClangASTSource.h489 clang::NamedDecl *AddFunDecl(const ClangASTType &type);
/external/lldb/source/Expression/
H A DClangASTSource.cpp1731 NameSearchContext::AddFunDecl (const ClangASTType &type) function in class:NameSearchContext
1817 return AddFunDecl(ClangASTType (m_ast_source.m_ast_context, generic_function_type));
H A DClangExpressionDeclMap.cpp1797 function_decl = context.AddFunDecl(copied_function_type);

Completed in 101 milliseconds