Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Expression/
DClangASTSource.h35 class ClangASTSource :
48 ClangASTSource (const lldb::TargetSP &target) : in ClangASTSource() function
61 ~ClangASTSource();
248 ClangASTSourceProxy (ClangASTSource &original) : in ClangASTSourceProxy()
319 ClangASTSource &m_original;
430ClangASTSource &m_ast_source; ///< The AST source making the request
461 NameSearchContext (ClangASTSource &astSource, in NameSearchContext()
DClangExpressionDeclMap.h61 public ClangASTSource
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Expression/
DClangASTSource.cpp28 ClangASTSource::~ClangASTSource() in ~ClangASTSource()
49 ClangASTSource::StartTranslationUnit(ASTConsumer *Consumer) in StartTranslationUnit()
60 ClangASTSource::FindExternalVisibleDeclsByName in FindExternalVisibleDeclsByName()
170 ClangASTSource::CompleteType (TagDecl *tag_decl) in CompleteType()
307 ClangASTSource::CompleteType (clang::ObjCInterfaceDecl *interface_decl) in CompleteType()
334 ClangASTSource::GetCompleteObjCInterface (clang::ObjCInterfaceDecl *interface_decl) in GetCompleteObjCInterface()
371 ClangASTSource::FindExternalLexicalDecls (const DeclContext *decl_context, in FindExternalLexicalDecls()
498 ClangASTSource::FindExternalVisibleDecls (NameSearchContext &context) in FindExternalVisibleDecls()
590 ClangASTSource::FindExternalVisibleDecls (NameSearchContext &context, in FindExternalVisibleDecls()
917 ClangASTSource::FindObjCMethodDecls (NameSearchContext &context) in FindObjCMethodDecls()
[all …]
DClangExpressionDeclMap.cpp57 ClangASTSource (exe_ctx.GetTargetSP()), in ClangExpressionDeclMap()
939 ClangASTSource::FindExternalVisibleDecls(context); in FindExternalVisibleDecls()
/freebsd-10-stable/lib/clang/liblldbExpression/
DMakefile11 ClangASTSource.cpp \
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/
Dlldb-forward.h50 class ClangASTSource; variable
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/
DTarget.h1299 std::unique_ptr<ClangASTSource> m_scratch_ast_source_ap;
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/
DTarget.cpp1766 m_scratch_ast_source_ap.reset (new ClangASTSource(shared_from_this())); in GetScratchClangASTContext()