Searched refs:ClangASTImporter (Results 1 – 9 of 9) sorted by relevance
| /trueos/contrib/llvm/tools/lldb/source/Symbol/ |
| HD | ClangASTImporter.cpp | 50 ClangASTImporter::CopyType (clang::ASTContext *dst_ast, in CopyType() 63 ClangASTImporter::CopyType (clang::ASTContext *dst_ast, in CopyType() 71 ClangASTImporter::CopyDecl (clang::ASTContext *dst_ast, in CopyDecl() 113 ClangASTImporter::DeportType (clang::ASTContext *dst_ctx, in DeportType() 140 ClangASTImporter::DeportDecl (clang::ASTContext *dst_ctx, in DeportDecl() 182 ClangASTImporter::CompleteDecl (clang::Decl *decl) in CompleteDecl() 220 ClangASTImporter::CompleteTagDecl (clang::TagDecl *decl) in CompleteTagDecl() 241 ClangASTImporter::CompleteTagDeclWithOrigin(clang::TagDecl *decl, clang::TagDecl *origin_decl) in CompleteTagDeclWithOrigin() 265 ClangASTImporter::CompleteObjCInterfaceDecl (clang::ObjCInterfaceDecl *interface_decl) in CompleteObjCInterfaceDecl() 286 ClangASTImporter::RequireCompleteType (clang::QualType type) in RequireCompleteType() [all …]
|
| /trueos/contrib/llvm/tools/lldb/include/lldb/Expression/ |
| HD | ClangASTSource.h | 37 public ClangASTImporter::MapCompleter 212 void CompleteNamespaceMap (ClangASTImporter::NamespaceMapSP &namespace_map, 214 ClangASTImporter::NamespaceMapSP &parent_map) const; 222 ClangASTImporter::NamespaceMapSP &namespace_decls); 417 ClangASTImporter *m_ast_importer; ///< The target's AST importer. 432 …ClangASTImporter::NamespaceMapSP m_namespace_map; ///< The mapping of all namespaces fou…
|
| /trueos/contrib/llvm/tools/lldb/source/Expression/ |
| HD | ClangASTSource.cpp | 204 …ClangASTImporter::NamespaceMapSP namespace_map = m_ast_importer->GetNamespaceMap(namespace_context… in CompleteType() 215 …for (ClangASTImporter::NamespaceMap::iterator i = namespace_map->begin(), e = namespace_map->end(); in CompleteType() 521 context.m_namespace_map.reset(new ClangASTImporter::NamespaceMap); in FindExternalVisibleDecls() 525 …ClangASTImporter::NamespaceMapSP namespace_map = m_ast_importer->GetNamespaceMap(namespace_context… in FindExternalVisibleDecls() 536 …for (ClangASTImporter::NamespaceMap::iterator i = namespace_map->begin(), e = namespace_map->end(); in FindExternalVisibleDecls() 800 DeclFromUser<D> GetOrigin(ClangASTImporter *importer); 808 DeclFromParser<D> Import(ClangASTImporter *importer, ASTContext &dest_ctx); 813 DeclFromParser<D>::GetOrigin(ClangASTImporter *importer) in GetOrigin() 824 DeclFromUser<D>::Import(ClangASTImporter *importer, ASTContext &dest_ctx) in Import() 837 ClangASTImporter *ast_importer, in FindObjCMethodDeclsWithOrigin() [all …]
|
| HD | ClangExpressionDeclMap.cpp | 898 …ClangASTImporter::NamespaceMapSP namespace_map = m_ast_importer->GetNamespaceMap(namespace_context… in FindExternalVisibleDecls() 909 …for (ClangASTImporter::NamespaceMap::iterator i = namespace_map->begin(), e = namespace_map->end(); in FindExternalVisibleDecls()
|
| /trueos/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| HD | ClangASTImporter.h | 86 class ClangASTImporter 89 ClangASTImporter () : in ClangASTImporter() function 245 Minion (ClangASTImporter &master, in Minion() 285 ClangASTImporter &m_master;
|
| /trueos/lib/clang/liblldbSymbol/ |
| HD | Makefile | 10 ClangASTImporter.cpp \
|
| /trueos/contrib/llvm/tools/lldb/include/lldb/Target/ |
| HD | Target.h | 1054 ClangASTImporter * 1300 std::unique_ptr<ClangASTImporter> m_ast_importer_ap;
|
| /trueos/contrib/llvm/tools/lldb/include/lldb/ |
| HD | lldb-forward.h | 48 class ClangASTImporter; variable
|
| /trueos/contrib/llvm/tools/lldb/source/Target/ |
| HD | Target.cpp | 1774 ClangASTImporter * 1777 ClangASTImporter *ast_importer = m_ast_importer_ap.get(); in GetClangASTImporter() 1781 ast_importer = new ClangASTImporter(); in GetClangASTImporter()
|