Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1144 clang::ExternalASTSource *ast_source = decl_map->CreateProxy(); in ParseInternal() local
1150 auto ast_source_wrapper = new ExternalASTSourceWrapper(ast_source); in ParseInternal()
1157 ast_context.setExternalSource(ast_source); in ParseInternal()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1256 assert(ast_source && "external ast source was lost"); in GetOrCreateClangModule()
1257 if (!ast_source) in GetOrCreateClangModule()
1274 auto parent_desc = ast_source->getSourceDescriptor(parent.GetValue()); in GetOrCreateClangModule()
1279 return ast_source->GetIDForModule(module); in GetOrCreateClangModule()
1281 return ast_source->RegisterModule(module); in GetOrCreateClangModule()
2509 ExternalASTSource *ast_source = ast->getExternalSource(); in GetCompleteDecl() local
2511 if (!ast_source) in GetCompleteDecl()
2521 ast_source->CompleteType(tag_decl); in GetCompleteDecl()
2532 ast_source->CompleteType(objc_interface_decl); in GetCompleteDecl()
9706 std::unique_ptr<ClangASTSource> ast_source) in SpecializedScratchAST() argument
[all …]