Searched refs:persistent_vars (Results 1 – 9 of 9) sorted by relevance
179 auto *persistent_vars = llvm::cast<ClangPersistentVariables>(state); in ResetDeclMap() local180 ast_importer = persistent_vars->GetClangASTImporter(); in ResetDeclMap()
471 auto *persistent_vars = llvm::cast<ClangPersistentVariables>(state); in CommitPersistentDecls() local480 Decl *D_scratch = persistent_vars->GetClangASTImporter()->DeportDecl( in CommitPersistentDecls()499 persistent_vars->RegisterPersistentDecl(name_cs, NamedDecl_scratch, in CommitPersistentDecls()
355 auto *persistent_vars = llvm::cast<ClangPersistentVariables>( in GetText() local358 persistent_vars->GetClangModulesDeclVendor(); in GetText()361 persistent_vars->GetHandLoadedClangModules(); in GetText()
993 auto *persistent_vars = llvm::cast<ClangPersistentVariables>(state); in ResetDeclMap() local994 ast_importer = persistent_vars->GetClangASTImporter(); in ResetDeclMap()
117 ClangPersistentVariables &persistent_vars, in LLDBPreprocessorCallbacks() argument119 : m_decl_vendor(decl_vendor), m_persistent_vars(persistent_vars), in LLDBPreprocessorCallbacks()
1755 auto persistent_vars = llvm::cast<ClangPersistentVariables>( in GetClangModulesDeclVendor() local1757 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()
1024 auto *persistent_vars = llvm::cast<ClangPersistentVariables>( in GetTypeScavenger() local1028 persistent_vars->GetClangModulesDeclVendor()) { in GetTypeScavenger()
477 if (auto *persistent_vars = in DoExecute() local480 persistent_vars->GetCompilerTypeFromPersistentDecl( in DoExecute()