Searched refs:ClangASTSource (Results 1 – 7 of 7) sorted by relevance
53 ClangASTSource::ClangASTSource( in ClangASTSource() function in ClangASTSource62 void ClangASTSource::InstallASTContext(TypeSystemClang &clang_ast_context) { in InstallASTContext()69 ClangASTSource::~ClangASTSource() { in ~ClangASTSource()92 void ClangASTSource::StartTranslationUnit(ASTConsumer *Consumer) { in StartTranslationUnit()101 bool ClangASTSource::FindExternalVisibleDeclsByName( in FindExternalVisibleDeclsByName()186 TagDecl *ClangASTSource::FindCompleteType(const TagDecl *decl) { in FindCompleteType()263 void ClangASTSource::CompleteType(TagDecl *tag_decl) { in CompleteType()292 void ClangASTSource::CompleteType(clang::ObjCInterfaceDecl *interface_decl) { in CompleteType()327 clang::ObjCInterfaceDecl *ClangASTSource::GetCompleteObjCInterface( in GetCompleteObjCInterface()368 void ClangASTSource::FindExternalLexicalDecls( in FindExternalLexicalDecls()[all …]
33 class ClangASTSource : public clang::ExternalASTSource,45 ClangASTSource(const lldb::TargetSP &target,49 ~ClangASTSource() override;214 ClangASTSourceProxy(ClangASTSource &original) : m_original(original) {} in ClangASTSourceProxy()253 ClangASTSource &m_original;
57 class ClangExpressionDeclMap : public ClangASTSource {
92 : ClangASTSource(target, importer), m_found_entities(), m_struct_members(), in ClangExpressionDeclMap()725 ClangASTSource::FindExternalVisibleDecls(context); in FindExternalVisibleDecls()
56 class ClangASTSource; variable1356 std::unique_ptr<ClangASTSource> CreateASTSource();1371 std::unique_ptr<ClangASTSource> m_scratch_ast_source_up;
9572 std::unique_ptr<ClangASTSource> ast_source) in SpecializedScratchAST()9583 std::unique_ptr<ClangASTSource> m_scratch_ast_source_up;9718 std::unique_ptr<ClangASTSource> ScratchTypeSystemClang::CreateASTSource() { in CreateASTSource()9719 return std::make_unique<ClangASTSource>( in CreateASTSource()
377 SRCS+= Plugins/ExpressionParser/Clang/ClangASTSource.cpp