Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
386 void ClangASTSource::FindExternalLexicalDecls( in FindExternalLexicalDecls()
575 clang::Sema *ClangASTSource::getSema() { in getSema()
596 void ClangASTSource::FindExternalVisibleDecls( in FindExternalVisibleDecls()
665 void ClangASTSource::FillNamespaceMap( in FillNamespaceMap()
747 DeclFromParser<D> Import(ClangASTSource &source);
1617 void ClangASTSource::CompleteNamespaceMap( in CompleteNamespaceMap()
1691 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 DCMakeLists.txt7 ClangASTSource.cpp
H A DClangExpressionDeclMap.h56 class ClangExpressionDeclMap : public ClangASTSource {
H A DClangExpressionDeclMap.cpp92 : ClangASTSource(target, importer), m_found_entities(), m_struct_members(), in ClangExpressionDeclMap()
731 ClangASTSource::FindExternalVisibleDecls(context); in FindExternalVisibleDecls()
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Plugins/ExpressionParser/Clang/
H A DBUILD.gn48 "ClangASTSource.cpp",
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h52 class ClangASTSource; variable
1206 std::unique_ptr<ClangASTSource> CreateASTSource();
1221 std::unique_ptr<ClangASTSource> m_scratch_ast_source_up;
H A DTypeSystemClang.cpp9803 std::unique_ptr<ClangASTSource> ast_source) in SpecializedScratchAST()
9814 std::unique_ptr<ClangASTSource> m_scratch_ast_source_up;
9944 std::unique_ptr<ClangASTSource> ScratchTypeSystemClang::CreateASTSource() { in CreateASTSource()
9945 return std::make_unique<ClangASTSource>( in CreateASTSource()
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt4147 lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.h