Home
last modified time | relevance | path

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

/NextBSD/lib/clang/liblldbExpression/
HDMakefile.depend57 ClangASTSource.o: AttrList.inc.h
58 ClangASTSource.o: Attrs.inc.h
59 ClangASTSource.o: CommentCommandList.inc.h
60 ClangASTSource.o: DeclNodes.inc.h
61 ClangASTSource.o: DiagnosticCommonKinds.inc.h
62 ClangASTSource.o: StmtNodes.inc.h
63 ClangASTSource.po: AttrList.inc.h
64 ClangASTSource.po: Attrs.inc.h
65 ClangASTSource.po: CommentCommandList.inc.h
66 ClangASTSource.po: DeclNodes.inc.h
[all …]
HDMakefile11 ClangASTSource.cpp \
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Expression/
HDClangASTSource.h36 class ClangASTSource :
49 ClangASTSource (const lldb::TargetSP &target) : in ClangASTSource() function
63 ~ClangASTSource();
241 ClangASTSourceProxy (ClangASTSource &original) : in ClangASTSourceProxy()
309 ClangASTSource &m_original;
421ClangASTSource &m_ast_source; ///< The AST source making the request
452 NameSearchContext (ClangASTSource &astSource, in NameSearchContext()
HDClangExpressionDeclMap.h61 public ClangASTSource
/NextBSD/contrib/llvm/tools/lldb/source/Expression/
HDClangASTSource.cpp58 ClangASTSource::~ClangASTSource() in ~ClangASTSource()
79 ClangASTSource::StartTranslationUnit(ASTConsumer *Consumer) in StartTranslationUnit()
90 ClangASTSource::FindExternalVisibleDeclsByName in FindExternalVisibleDeclsByName()
200 ClangASTSource::CompleteType (TagDecl *tag_decl) in CompleteType()
341 ClangASTSource::CompleteType (clang::ObjCInterfaceDecl *interface_decl) in CompleteType()
386 ClangASTSource::GetCompleteObjCInterface (clang::ObjCInterfaceDecl *interface_decl) in GetCompleteObjCInterface()
423 ClangASTSource::FindExternalLexicalDecls (const DeclContext *decl_context, in FindExternalLexicalDecls()
555 ClangASTSource::FindExternalVisibleDecls (NameSearchContext &context) in FindExternalVisibleDecls()
654 ClangASTSource::FindExternalVisibleDecls (NameSearchContext &context, in FindExternalVisibleDecls()
1051 ClangASTSource::FindObjCMethodDecls (NameSearchContext &context) in FindObjCMethodDecls()
[all …]
HDClangExpressionDeclMap.cpp55 ClangASTSource (exe_ctx.GetTargetSP()), in ClangExpressionDeclMap()
973 ClangASTSource::FindExternalVisibleDecls(context); in FindExternalVisibleDecls()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/
HDlldb-forward.h50 class ClangASTSource; variable
304 typedef std::unique_ptr<lldb_private::ClangASTSource> ClangASTSourceUP;
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDTarget.cpp1882 m_scratch_ast_source_ap.reset (new ClangASTSource(shared_from_this())); in GetScratchClangASTContext()