Searched refs:ClangASTSource (Results 1 – 8 of 8) sorted by relevance
36 class ClangASTSource : public ClangExternalASTSourceCommon,47 ClangASTSource(const lldb::TargetSP &target);52 ~ClangASTSource() override;240 ClangASTSourceProxy(ClangASTSource &original) : m_original(original) {} in ClangASTSourceProxy()290 ClangASTSource &m_original;484 ClangASTSource &m_ast_source; ///< The AST source making the request525 NameSearchContext(ClangASTSource &astSource, in NameSearchContext()
54 ClangASTSource::ClangASTSource(const lldb::TargetSP &target) in ClangASTSource() function in ClangASTSource139 ClangASTSource::~ClangASTSource() { in ~ClangASTSource()171 bool ClangASTSource::FindExternalVisibleDeclsByName( in FindExternalVisibleDeclsByName()268 void ClangASTSource::CompleteType(TagDecl *tag_decl) { in CompleteType()516 void ClangASTSource::FindExternalLexicalDecls( in FindExternalLexicalDecls()783 void ClangASTSource::FindExternalVisibleDecls( in FindExternalVisibleDecls()1023 DeclFromParser<D> Import(ClangASTSource &source);1043 bool ClangASTSource::FindObjCMethodDeclsWithOrigin( in FindObjCMethodDeclsWithOrigin()1838 void ClangASTSource::CompleteNamespaceMap( in CompleteNamespaceMap()1924 NamespaceDecl *ClangASTSource::AddNamespace( in AddNamespace()[all …]
58 class ClangExpressionDeclMap : public ClangASTSource {
70 : ClangASTSource(exe_ctx.GetTargetSP()), m_found_entities(), in ClangExpressionDeclMap()846 ClangASTSource::FindExternalVisibleDecls(context); in FindExternalVisibleDecls()
54 class ClangASTSource; variable
1039 std::unique_ptr<ClangASTSource> m_scratch_ast_source_ap;
312 SRCS+= Plugins/ExpressionParser/Clang/ClangASTSource.cpp
721 new ClangASTSource(target->shared_from_this())); in CreateInstance()