Searched refs:ClangASTSource (Results 1 – 8 of 8) sorted by relevance
57 ClangASTSource.o: AttrList.inc.h58 ClangASTSource.o: Attrs.inc.h59 ClangASTSource.o: CommentCommandList.inc.h60 ClangASTSource.o: DeclNodes.inc.h61 ClangASTSource.o: DiagnosticCommonKinds.inc.h62 ClangASTSource.o: StmtNodes.inc.h63 ClangASTSource.po: AttrList.inc.h64 ClangASTSource.po: Attrs.inc.h65 ClangASTSource.po: CommentCommandList.inc.h66 ClangASTSource.po: DeclNodes.inc.h[all …]
11 ClangASTSource.cpp \
36 class ClangASTSource : 49 ClangASTSource (const lldb::TargetSP &target) : in ClangASTSource() function63 ~ClangASTSource();241 ClangASTSourceProxy (ClangASTSource &original) : in ClangASTSourceProxy()309 ClangASTSource &m_original;421 … ClangASTSource &m_ast_source; ///< The AST source making the request452 NameSearchContext (ClangASTSource &astSource, in NameSearchContext()
61 public ClangASTSource
58 ClangASTSource::~ClangASTSource() in ~ClangASTSource()79 ClangASTSource::StartTranslationUnit(ASTConsumer *Consumer) in StartTranslationUnit()90 ClangASTSource::FindExternalVisibleDeclsByName in FindExternalVisibleDeclsByName()200 ClangASTSource::CompleteType (TagDecl *tag_decl) in CompleteType()341 ClangASTSource::CompleteType (clang::ObjCInterfaceDecl *interface_decl) in CompleteType()386 ClangASTSource::GetCompleteObjCInterface (clang::ObjCInterfaceDecl *interface_decl) in GetCompleteObjCInterface()423 ClangASTSource::FindExternalLexicalDecls (const DeclContext *decl_context, in FindExternalLexicalDecls()555 ClangASTSource::FindExternalVisibleDecls (NameSearchContext &context) in FindExternalVisibleDecls()654 ClangASTSource::FindExternalVisibleDecls (NameSearchContext &context, in FindExternalVisibleDecls()1051 ClangASTSource::FindObjCMethodDecls (NameSearchContext &context) in FindObjCMethodDecls()[all …]
55 ClangASTSource (exe_ctx.GetTargetSP()), in ClangExpressionDeclMap()973 ClangASTSource::FindExternalVisibleDecls(context); in FindExternalVisibleDecls()
50 class ClangASTSource; variable304 typedef std::unique_ptr<lldb_private::ClangASTSource> ClangASTSourceUP;
1882 m_scratch_ast_source_ap.reset (new ClangASTSource(shared_from_this())); in GetScratchClangASTContext()