Home
last modified time | relevance | path

Searched refs:ClangASTImporter (Results 1 – 10 of 10) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDClangASTImporter.cpp51 ClangASTImporter::CopyType (clang::ASTContext *dst_ast, in CopyType()
64 ClangASTImporter::CopyType (clang::ASTContext *dst_ast, in CopyType()
72 ClangASTImporter::CopyDecl (clang::ASTContext *dst_ast, in CopyDecl()
242 ClangASTImporter::DeportType (clang::ASTContext *dst_ctx, in DeportType()
276 ClangASTImporter::DeportDecl (clang::ASTContext *dst_ctx, in DeportDecl()
319 ClangASTImporter::CompleteDecl (clang::Decl *decl) in CompleteDecl()
356 ClangASTImporter::CompleteTagDecl (clang::TagDecl *decl) in CompleteTagDecl()
377 ClangASTImporter::CompleteTagDeclWithOrigin(clang::TagDecl *decl, clang::TagDecl *origin_decl) in CompleteTagDeclWithOrigin()
401 ClangASTImporter::CompleteObjCInterfaceDecl (clang::ObjCInterfaceDecl *interface_decl) in CompleteObjCInterfaceDecl()
425 ClangASTImporter::RequireCompleteType (clang::QualType type) in RequireCompleteType()
[all …]
/NextBSD/lib/clang/liblldbSymbol/
HDMakefile.depend30 ClangASTImporter.o: AttrList.inc.h
31 ClangASTImporter.o: Attrs.inc.h
32 ClangASTImporter.o: CommentCommandList.inc.h
33 ClangASTImporter.o: DeclNodes.inc.h
34 ClangASTImporter.o: DiagnosticCommonKinds.inc.h
35 ClangASTImporter.o: StmtNodes.inc.h
36 ClangASTImporter.po: AttrList.inc.h
37 ClangASTImporter.po: Attrs.inc.h
38 ClangASTImporter.po: CommentCommandList.inc.h
39 ClangASTImporter.po: DeclNodes.inc.h
[all …]
HDMakefile10 ClangASTImporter.cpp \
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Expression/
HDClangASTSource.h38 public ClangASTImporter::MapCompleter
206 …void CompleteNamespaceMap(ClangASTImporter::NamespaceMapSP &namespace_map, const ConstString &name,
207 ClangASTImporter::NamespaceMapSP &parent_map) const override;
215 ClangASTImporter::NamespaceMapSP &namespace_decls);
407 ClangASTImporter *m_ast_importer; ///< The target's AST importer.
423ClangASTImporter::NamespaceMapSP m_namespace_map; ///< The mapping of all namespaces fou…
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Symbol/
HDClangASTImporter.h86 class ClangASTImporter
89 ClangASTImporter () : in ClangASTImporter() function
245 Minion (ClangASTImporter &master, in Minion()
285 ClangASTImporter &m_master;
/NextBSD/contrib/llvm/tools/lldb/source/Expression/
HDClangASTSource.cpp239ClangASTImporter::NamespaceMapSP namespace_map = m_ast_importer->GetNamespaceMap(namespace_context… in CompleteType()
249 …for (ClangASTImporter::NamespaceMap::iterator i = namespace_map->begin(), e = namespace_map->end(); in CompleteType()
586 context.m_namespace_map.reset(new ClangASTImporter::NamespaceMap); in FindExternalVisibleDecls()
590ClangASTImporter::NamespaceMapSP namespace_map = m_ast_importer->GetNamespaceMap(namespace_context… in FindExternalVisibleDecls()
600 …for (ClangASTImporter::NamespaceMap::iterator i = namespace_map->begin(), e = namespace_map->end(); in FindExternalVisibleDecls()
921 DeclFromUser<D> GetOrigin(ClangASTImporter *importer);
929 DeclFromParser<D> Import(ClangASTImporter *importer, ASTContext &dest_ctx);
934 DeclFromParser<D>::GetOrigin(ClangASTImporter *importer) in GetOrigin()
945 DeclFromUser<D>::Import(ClangASTImporter *importer, ASTContext &dest_ctx) in Import()
958 ClangASTImporter *ast_importer, in FindObjCMethodDeclsWithOrigin()
[all …]
HDClangExpressionDeclMap.cpp933ClangASTImporter::NamespaceMapSP namespace_map = m_ast_importer->GetNamespaceMap(namespace_context… in FindExternalVisibleDecls()
943 …for (ClangASTImporter::NamespaceMap::iterator i = namespace_map->begin(), e = namespace_map->end(); in FindExternalVisibleDecls()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/
HDlldb-forward.h48 class ClangASTImporter; variable
303 typedef std::unique_ptr<lldb_private::ClangASTImporter> ClangASTImporterUP;
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/
HDTarget.h1223 ClangASTImporter *
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDTarget.cpp1890 ClangASTImporter *
1893 ClangASTImporter *ast_importer = m_ast_importer_ap.get(); in GetClangASTImporter()
1897 ast_importer = new ClangASTImporter(); in GetClangASTImporter()