Home
last modified time | relevance | path

Searched refs:ast_source (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1119 clang::ExternalASTSource *ast_source = decl_map->CreateProxy(); in ParseInternal() local
1125 auto ast_source_wrapper = new ExternalASTSourceWrapper(ast_source); in ParseInternal()
1132 ast_context.setExternalSource(ast_source); in ParseInternal()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1244 assert(ast_source && "external ast source was lost"); in GetOrCreateClangModule()
1245 if (!ast_source) in GetOrCreateClangModule()
1262 auto parent_desc = ast_source->getSourceDescriptor(parent.GetValue()); in GetOrCreateClangModule()
1267 return ast_source->GetIDForModule(module); in GetOrCreateClangModule()
1269 return ast_source->RegisterModule(module); in GetOrCreateClangModule()
2469 ExternalASTSource *ast_source = ast->getExternalSource(); in GetCompleteDecl() local
2471 if (!ast_source) in GetCompleteDecl()
2481 ast_source->CompleteType(tag_decl); in GetCompleteDecl()
2492 ast_source->CompleteType(objc_interface_decl); in GetCompleteDecl()
9433 std::unique_ptr<ClangASTSource> ast_source) in SpecializedScratchAST() argument
[all …]