Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.h36 class ClangASTSource : public ClangExternalASTSourceCommon,
47 ClangASTSource(const lldb::TargetSP &target);
52 ~ClangASTSource() override;
240 ClangASTSourceProxy(ClangASTSource &original) : m_original(original) {} in ClangASTSourceProxy()
290 ClangASTSource &m_original;
484 ClangASTSource &m_ast_source; ///< The AST source making the request
525 NameSearchContext(ClangASTSource &astSource, in NameSearchContext()
H A DClangASTSource.cpp54 ClangASTSource::ClangASTSource(const lldb::TargetSP &target) in ClangASTSource() function in ClangASTSource
139 ClangASTSource::~ClangASTSource() { in ~ClangASTSource()
171 bool ClangASTSource::FindExternalVisibleDeclsByName( in FindExternalVisibleDeclsByName()
268 void ClangASTSource::CompleteType(TagDecl *tag_decl) { in CompleteType()
516 void ClangASTSource::FindExternalLexicalDecls( in FindExternalLexicalDecls()
783 void ClangASTSource::FindExternalVisibleDecls( in FindExternalVisibleDecls()
1023 DeclFromParser<D> Import(ClangASTSource &source);
1043 bool ClangASTSource::FindObjCMethodDeclsWithOrigin( in FindObjCMethodDeclsWithOrigin()
1838 void ClangASTSource::CompleteNamespaceMap( in CompleteNamespaceMap()
1924 NamespaceDecl *ClangASTSource::AddNamespace( in AddNamespace()
[all …]
H A DClangExpressionDeclMap.h58 class ClangExpressionDeclMap : public ClangASTSource {
H A DClangExpressionDeclMap.cpp70 : ClangASTSource(exe_ctx.GetTargetSP()), m_found_entities(), in ClangExpressionDeclMap()
846 ClangASTSource::FindExternalVisibleDecls(context); in FindExternalVisibleDecls()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-forward.h54 class ClangASTSource; variable
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DClangASTContext.h1039 std::unique_ptr<ClangASTSource> m_scratch_ast_source_ap;
/freebsd-12.1/lib/clang/liblldb/
H A DMakefile312 SRCS+= Plugins/ExpressionParser/Clang/ClangASTSource.cpp
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp721 new ClangASTSource(target->shared_from_this())); in CreateInstance()