Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp525 llvm::IntrusiveRefCntPtr<clang::ExternalASTSource> ast_source( in ClangExpressionParser() local
528 ast_context.setExternalSource(ast_source); in ClangExpressionParser()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp2533 ExternalASTSource *ast_source = ast->getExternalSource(); in GetCompleteDecl() local
2535 if (!ast_source) in GetCompleteDecl()
2545 ast_source->CompleteType(tag_decl); in GetCompleteDecl()
2556 ast_source->CompleteType(objc_interface_decl); in GetCompleteDecl()