Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1320 clang::ExternalASTSource *ast_source = decl_map->CreateProxy(); in ParseInternal() local
1322 auto *ast_source_wrapper = new ExternalASTSourceWrapper(ast_source); in ParseInternal()
1333 ast_context.setExternalSource(ast_source); in ParseInternal()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1213 auto *ast_source = llvm::dyn_cast_or_null<ClangExternalASTSourceCallbacks>( in GetOrCreateClangModule() local
1215 assert(ast_source && "external ast source was lost"); in GetOrCreateClangModule()
1216 if (!ast_source) in GetOrCreateClangModule()
1234 auto parent_desc = ast_source->getSourceDescriptor(parent.GetValue()); in GetOrCreateClangModule()
1239 return ast_source->GetIDForModule(module); in GetOrCreateClangModule()
1241 return ast_source->RegisterModule(module); in GetOrCreateClangModule()
2446 ExternalASTSource *ast_source = ast->getExternalSource(); in GetCompleteDecl() local
2448 if (!ast_source) in GetCompleteDecl()
2458 ast_source->CompleteType(tag_decl); in GetCompleteDecl()
2469 ast_source->CompleteType(objc_interface_decl); in GetCompleteDecl()
[all …]