Searched refs:persistent_vars (Results 1 – 9 of 9) sorted by relevance
183 auto *persistent_vars = llvm::cast<ClangPersistentVariables>(state); in ResetDeclMap() local184 ast_importer = persistent_vars->GetClangASTImporter(); in ResetDeclMap()
321 auto *persistent_vars = llvm::cast<ClangPersistentVariables>( in GetText() local324 persistent_vars->GetClangModulesDeclVendor(); in GetText()327 persistent_vars->GetHandLoadedClangModules(); in GetText()
445 auto *persistent_vars = llvm::cast<ClangPersistentVariables>(state); in CommitPersistentDecls() local454 Decl *D_scratch = persistent_vars->GetClangASTImporter()->DeportDecl( in CommitPersistentDecls()473 persistent_vars->RegisterPersistentDecl(name_cs, NamedDecl_scratch, in CommitPersistentDecls()
955 auto *persistent_vars = llvm::cast<ClangPersistentVariables>(state); in ResetDeclMap() local956 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()
1747 auto persistent_vars = llvm::cast<ClangPersistentVariables>( in GetClangModulesDeclVendor() local1749 return persistent_vars->GetClangModulesDeclVendor(); in GetClangModulesDeclVendor()
59 auto *persistent_vars = llvm::cast<ClangPersistentVariables>(state); in BlockPointerSyntheticFrontEnd() local60 clang_ast_importer = persistent_vars->GetClangASTImporter(); in BlockPointerSyntheticFrontEnd()
1008 auto *persistent_vars = llvm::cast<ClangPersistentVariables>( in GetTypeScavenger() local1012 persistent_vars->GetClangModulesDeclVendor()) { in GetTypeScavenger()
476 if (auto *persistent_vars = in DoExecute() local479 persistent_vars->GetCompilerTypeFromPersistentDecl( in DoExecute()