Searched refs:persistent_vars (Results 1 – 7 of 7) sorted by relevance
166 auto *persistent_vars = llvm::cast<ClangPersistentVariables>(state); in ResetDeclMap() local167 ast_importer = persistent_vars->GetClangASTImporter(); in ResetDeclMap()
318 auto *persistent_vars = llvm::cast<ClangPersistentVariables>( in GetText() local320 if (decl_vendor && persistent_vars) { in GetText()322 persistent_vars->GetHandLoadedClangModules(); in GetText()
445 auto *persistent_vars = llvm::cast<ClangPersistentVariables>(state); in CommitPersistentDecls() local452 Decl *D_scratch = persistent_vars->GetClangASTImporter()->DeportDecl( in CommitPersistentDecls()471 persistent_vars->RegisterPersistentDecl(name_cs, NamedDecl_scratch, in CommitPersistentDecls()
919 auto *persistent_vars = llvm::cast<ClangPersistentVariables>(state); in ResetDeclMap() local920 ast_importer = persistent_vars->GetClangASTImporter(); in ResetDeclMap()
116 ClangPersistentVariables &persistent_vars, in LLDBPreprocessorCallbacks() argument118 : m_decl_vendor(decl_vendor), m_persistent_vars(persistent_vars), in LLDBPreprocessorCallbacks()
63 auto *persistent_vars = llvm::cast<ClangPersistentVariables>(state); in BlockPointerSyntheticFrontEnd() local64 clang_ast_importer = persistent_vars->GetClangASTImporter(); in BlockPointerSyntheticFrontEnd()
477 if (auto *persistent_vars = in DoExecute() local480 persistent_vars->GetCompilerTypeFromPersistentDecl( in DoExecute()