Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h176 llvm::IntrusiveRefCntPtr<clang::ExternalASTSource> &ast_source_up);
H A DTypeSystemClang.cpp691 llvm::IntrusiveRefCntPtr<ExternalASTSource> &ast_source_up) { in SetExternalSource() argument
694 ast.setExternalSource(ast_source_up); in SetExternalSource()
764 llvm::IntrusiveRefCntPtr<clang::ExternalASTSource> ast_source_up( in CreateASTContext() local
766 SetExternalSource(ast_source_up); in CreateASTContext()