Searched refs:ClangASTSource (Results 1 – 10 of 10) sorted by relevance
35 class ClangASTSource : 48 ClangASTSource (const lldb::TargetSP &target) : in ClangASTSource() function61 ~ClangASTSource();248 ClangASTSourceProxy (ClangASTSource &original) : in ClangASTSourceProxy()319 ClangASTSource &m_original;430 … ClangASTSource &m_ast_source; ///< The AST source making the request461 NameSearchContext (ClangASTSource &astSource, in NameSearchContext()
61 public ClangASTSource
28 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()330 ClangASTSource::GetCompleteObjCInterface (clang::ObjCInterfaceDecl *interface_decl) in GetCompleteObjCInterface()367 ClangASTSource::FindExternalLexicalDecls (const DeclContext *decl_context, in FindExternalLexicalDecls()494 ClangASTSource::FindExternalVisibleDecls (NameSearchContext &context) in FindExternalVisibleDecls()586 ClangASTSource::FindExternalVisibleDecls (NameSearchContext &context, in FindExternalVisibleDecls()910 ClangASTSource::FindObjCMethodDecls (NameSearchContext &context) in FindObjCMethodDecls()[all …]
7 ClangASTSource.cpp
20 ClangASTSource.cpp \
56 ClangASTSource (exe_ctx.GetTargetSP()), in ClangExpressionDeclMap()864 ClangASTSource::FindExternalVisibleDecls(context); in FindExternalVisibleDecls()
50 class ClangASTSource; variable
1198 std::unique_ptr<ClangASTSource> m_scratch_ast_source_ap;
246 …5E13353E0E00698AC0 /* ClangASTSource.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49D7072811…1471 …ClangASTSource.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.…1472 …ClangASTSource.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.…2883 49D7072611B5AD03001AD875 /* ClangASTSource.h */,2884 49D7072811B5AD11001AD875 /* ClangASTSource.cpp */,4026 2689005E13353E0E00698AC0 /* ClangASTSource.cpp in Sources */,
1740 m_scratch_ast_source_ap.reset (new ClangASTSource(shared_from_this())); in GetScratchClangASTContext()