Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/Expression/
HDClangExpressionParser.cpp359 llvm::OwningPtr<clang::ExternalASTSource> ast_source(decl_map->CreateProxy()); in ClangExpressionParser() local
361 ast_context->setExternalSource(ast_source); in ClangExpressionParser()
/trueos/contrib/llvm/tools/lldb/source/Symbol/
HDClangASTContext.cpp2160 ExternalASTSource *ast_source = ast->getExternalSource(); in GetCompleteDecl() local
2162 if (!ast_source) in GetCompleteDecl()
2173 ast_source->CompleteType(tag_decl); in GetCompleteDecl()
2185 ast_source->CompleteType(objc_interface_decl); in GetCompleteDecl()