Home
last modified time | relevance | path

Searched refs:ClangASTSource (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp54 ClangASTSource::ClangASTSource( in ClangASTSource() function in ClangASTSource
70 ClangASTSource::~ClangASTSource() { in ~ClangASTSource()
102 bool ClangASTSource::FindExternalVisibleDeclsByName( in FindExternalVisibleDeclsByName()
368 void ClangASTSource::FindExternalLexicalDecls( in FindExternalLexicalDecls()
557 clang::Sema *ClangASTSource::getSema() { in getSema()
578 void ClangASTSource::FindExternalVisibleDecls( in FindExternalVisibleDecls()
646 void ClangASTSource::FillNamespaceMap( in FillNamespaceMap()
739 DeclFromParser<D> Import(ClangASTSource &source);
1599 void ClangASTSource::CompleteNamespaceMap( in CompleteNamespaceMap()
1673 NamespaceDecl *ClangASTSource::AddNamespace( in AddNamespace()
[all …]
H A DClangASTSource.h33 class ClangASTSource : public clang::ExternalASTSource,
45 ClangASTSource(const lldb::TargetSP &target,
49 ~ClangASTSource() override;
212 ClangASTSourceProxy(ClangASTSource &original) : m_original(original) {} in ClangASTSourceProxy()
250 ClangASTSource &m_original;
H A DClangExpressionDeclMap.h57 class ClangExpressionDeclMap : public ClangASTSource {
H A DClangExpressionDeclMap.cpp91 : ClangASTSource(target, importer), m_found_entities(), m_struct_members(), in ClangExpressionDeclMap()
725 ClangASTSource::FindExternalVisibleDecls(context); in FindExternalVisibleDecls()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h53 class ClangASTSource; variable
1304 std::unique_ptr<ClangASTSource> CreateASTSource();
1319 std::unique_ptr<ClangASTSource> m_scratch_ast_source_up;
H A DTypeSystemClang.cpp9433 std::unique_ptr<ClangASTSource> ast_source) in SpecializedScratchAST()
9444 std::unique_ptr<ClangASTSource> m_scratch_ast_source_up;
9578 std::unique_ptr<ClangASTSource> ScratchTypeSystemClang::CreateASTSource() { in CreateASTSource()
9579 return std::make_unique<ClangASTSource>( in CreateASTSource()
/freebsd-14.2/lib/clang/liblldb/
H A DMakefile361 SRCS+= Plugins/ExpressionParser/Clang/ClangASTSource.cpp