Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp53 ClangASTSource::ClangASTSource( in ClangASTSource() function in ClangASTSource
69 ClangASTSource::~ClangASTSource() { in ~ClangASTSource()
101 bool ClangASTSource::FindExternalVisibleDeclsByName( in FindExternalVisibleDeclsByName()
385 void ClangASTSource::FindExternalLexicalDecls( in FindExternalLexicalDecls()
567 clang::Sema *ClangASTSource::getSema() { in getSema()
588 void ClangASTSource::FindExternalVisibleDecls( in FindExternalVisibleDecls()
657 void ClangASTSource::FillNamespaceMap( in FillNamespaceMap()
739 DeclFromParser<D> Import(ClangASTSource &source);
1609 void ClangASTSource::CompleteNamespaceMap( in CompleteNamespaceMap()
1683 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.h56 class ClangExpressionDeclMap : public ClangASTSource {
H A DClangExpressionDeclMap.cpp71 : ClangASTSource(target, importer), m_found_entities(), m_struct_members(), in ClangExpressionDeclMap()
706 ClangASTSource::FindExternalVisibleDecls(context); in FindExternalVisibleDecls()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h53 class ClangASTSource; variable
1205 std::unique_ptr<ClangASTSource> CreateASTSource();
1220 std::unique_ptr<ClangASTSource> m_scratch_ast_source_up;
H A DTypeSystemClang.cpp9706 std::unique_ptr<ClangASTSource> ast_source) in SpecializedScratchAST()
9717 std::unique_ptr<ClangASTSource> m_scratch_ast_source_up;
9815 std::unique_ptr<ClangASTSource> ScratchTypeSystemClang::CreateASTSource() { in CreateASTSource()
9816 return std::make_unique<ClangASTSource>( in CreateASTSource()
/freebsd-13.1/lib/clang/liblldb/
H A DMakefile341 SRCS+= Plugins/ExpressionParser/Clang/ClangASTSource.cpp