Searched refs:ClangASTSource (Results 1 – 8 of 8) sorted by relevance
35 class ClangASTSource : 48 ClangASTSource (const lldb::TargetSP &target) : in ClangASTSource() function61 ~ClangASTSource();248 ClangASTSourceProxy (ClangASTSource &original) : in ClangASTSourceProxy()319 ClangASTSource &m_original;430 … ClangASTSource &m_ast_source; ///< The AST source making the request461 NameSearchContext (ClangASTSource &astSource, in NameSearchContext()
61 public ClangASTSource
28 ClangASTSource::~ClangASTSource() in ~ClangASTSource()49 ClangASTSource::StartTranslationUnit(ASTConsumer *Consumer) in StartTranslationUnit()60 ClangASTSource::FindExternalVisibleDeclsByName in FindExternalVisibleDeclsByName()170 ClangASTSource::CompleteType (TagDecl *tag_decl) in CompleteType()307 ClangASTSource::CompleteType (clang::ObjCInterfaceDecl *interface_decl) in CompleteType()334 ClangASTSource::GetCompleteObjCInterface (clang::ObjCInterfaceDecl *interface_decl) in GetCompleteObjCInterface()371 ClangASTSource::FindExternalLexicalDecls (const DeclContext *decl_context, in FindExternalLexicalDecls()498 ClangASTSource::FindExternalVisibleDecls (NameSearchContext &context) in FindExternalVisibleDecls()590 ClangASTSource::FindExternalVisibleDecls (NameSearchContext &context, in FindExternalVisibleDecls()917 ClangASTSource::FindObjCMethodDecls (NameSearchContext &context) in FindObjCMethodDecls()[all …]
57 ClangASTSource (exe_ctx.GetTargetSP()), in ClangExpressionDeclMap()939 ClangASTSource::FindExternalVisibleDecls(context); in FindExternalVisibleDecls()
11 ClangASTSource.cpp \
50 class ClangASTSource; variable
1299 std::unique_ptr<ClangASTSource> m_scratch_ast_source_ap;
1766 m_scratch_ast_source_ap.reset (new ClangASTSource(shared_from_this())); in GetScratchClangASTContext()