Searched refs:GetClangASTImporter (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| D | ClangPersistentVariables.h | 44 std::shared_ptr<ClangASTImporter> GetClangASTImporter();
|
| D | ClangPersistentVariables.cpp | 108 ClangPersistentVariables::GetClangASTImporter() { in GetClangASTImporter() function in ClangPersistentVariables
|
| D | ClangUtilityFunction.cpp | 184 ast_importer = persistent_vars->GetClangASTImporter(); in ResetDeclMap()
|
| D | ASTResultSynthesizer.cpp | 454 Decl *D_scratch = persistent_vars->GetClangASTImporter()->DeportDecl( in CommitPersistentDecls()
|
| D | ClangUserExpression.cpp | 956 ast_importer = persistent_vars->GetClangASTImporter(); in ResetDeclMap()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
| D | PDBASTParser.h | 63 lldb_private::ClangASTImporter &GetClangASTImporter() { in GetClangASTImporter() function
|
| D | PDBASTParser.cpp | 791 if (GetClangASTImporter().CanImport(compiler_type)) in CompleteTypeFromPDB() 792 return GetClangASTImporter().CompleteType(compiler_type); in CompleteTypeFromPDB() 1226 GetClangASTImporter().SetRecordLayout(record_decl, layout_info); in CompleteTypeFromUDT()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
| D | BlockPointer.cpp | 60 clang_ast_importer = persistent_vars->GetClangASTImporter(); in BlockPointerSyntheticFrontEnd()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| D | DWARFASTParserClang.h | 68 lldb_private::ClangASTImporter &GetClangASTImporter();
|
| D | DWARFASTParserClang.cpp | 91 ClangASTImporter &DWARFASTParserClang::GetClangASTImporter() { in GetClangASTImporter() function in DWARFASTParserClang 193 GetClangASTImporter().CopyType(m_ast, pcm_type); in ParseTypeFromClangModule() 209 GetClangASTImporter().RequireCompleteType(ClangUtil::GetQualType(type)); in ParseTypeFromClangModule() 565 m_ast, GetClangASTImporter(), in ParseTypeModifier() 1594 PrepareContextToReceiveMembers(m_ast, GetClangASTImporter(), decl_ctx, die, in ParseStructureLikeDIE() 1698 GetClangASTImporter().SetRecordLayout(record_decl, layout); in ParseStructureLikeDIE() 2040 GetClangASTImporter().SetRecordLayout(record_decl, layout_info); in CompleteRecordType()
|
| D | SymbolFileDWARF.cpp | 1451 return ast_parser->GetClangASTImporter().CanImport(compiler_type); in HasForwardDeclForClangType() 1463 ast_parser->GetClangASTImporter().CanImport(compiler_type)) in CompleteType() 1464 return ast_parser->GetClangASTImporter().CompleteType(compiler_type); in CompleteType()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| D | TypeSystemClang.cpp | 9276 importer = &m_dwarf_ast_parser_up->GetClangASTImporter(); in LayoutRecordType() 9279 importer = &m_pdb_ast_parser_up->GetClangASTImporter(); in LayoutRecordType() 9818 m_persistent_variables->GetClangASTImporter()); in CreateASTSource()
|