Home
last modified time | relevance | path

Searched refs:SourceDatabase (Results 1 – 25 of 274) sorted by relevance

1234567891011

/dports/lang/rust/rustc-1.58.1-src/src/test/ui/traits/
H A Dcycle-cache-err-60010.rs13 trait SourceDatabase { interface
39 DB: SourceDatabase,
44 impl<T> SourceDatabase for T
70 SourceDatabase::parse(db); in goto_implementation()
H A Dcycle-cache-err-60010.stderr20 note: required because of the requirements on the impl of `SourceDatabase` for `RootDatabase`
23 LL | impl<T> SourceDatabase for T
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/base_db/src/
H A Dlib.rs64 pub trait SourceDatabase: FileLoader + std::fmt::Debug { interface
74 fn parse_query(db: &dyn SourceDatabase, file_id: FileId) -> Parse<ast::SourceFile> { in parse_query() argument
83 pub trait SourceDatabaseExt: SourceDatabase {
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/base_db/src/
H A Dlib.rs64 pub trait SourceDatabase: FileLoader + std::fmt::Debug { trait
74 fn parse_query(db: &dyn SourceDatabase, file_id: FileId) -> Parse<ast::SourceFile> { in parse_query() argument
83 pub trait SourceDatabaseExt: SourceDatabase {
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/ide_db/src/
H A Dlib.rs27 AnchoredPath, CrateId, FileId, FileLoader, FileLoaderDelegate, SourceDatabase, Upcast,
137 pub trait LineIndexDatabase: base_db::SourceDatabase {
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/ide_db/src/
H A Dlib.rs27 AnchoredPath, CrateId, FileId, FileLoader, FileLoaderDelegate, SourceDatabase, Upcast,
137 pub trait LineIndexDatabase: base_db::SourceDatabase {
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/ide_ssr/src/
H A Dfrom_comment.rs5 base_db::{FilePosition, FileRange, SourceDatabase},
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/ide_ssr/src/
H A Dfrom_comment.rs5 base_db::{FilePosition, FileRange, SourceDatabase},
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/hir_def/src/
H A Ddb.rs4 use base_db::{salsa, CrateId, SourceDatabase, Upcast};
29 pub trait InternDatabase: SourceDatabase {
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/ide/src/
H A Dprime_caches.rs7 use ide_db::base_db::{SourceDatabase, SourceDatabaseExt};
H A Dshuffle_crate_graph.rs4 use ide_db::base_db::{CrateGraph, SourceDatabase};
H A Dview_crate_graph.rs5 base_db::{CrateGraph, CrateId, Dependency, SourceDatabase, SourceDatabaseExt},
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/hir_def/src/
H A Ddb.rs4 use base_db::{salsa, CrateId, SourceDatabase, Upcast};
29 pub trait InternDatabase: SourceDatabase {
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/ide/src/syntax_highlighting/
H A Dhtml.rs3 use ide_db::base_db::SourceDatabase;
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/ide/src/syntax_highlighting/
H A Dhtml.rs3 use ide_db::base_db::SourceDatabase;
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/hir_def/src/body/
H A Dtests.rs3 use base_db::{fixture::WithFixture, SourceDatabase};
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/ide/src/
H A Dprime_caches.rs7 use ide_db::base_db::{CrateGraph, CrateId, SourceDatabase, SourceDatabaseExt};
H A Dview_crate_graph.rs5 base_db::{CrateGraph, CrateId, Dependency, SourceDatabase, SourceDatabaseExt},
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/hir_def/src/body/
H A Dtests.rs3 use base_db::{fixture::WithFixture, SourceDatabase};
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/ide_diagnostics/src/handlers/
H A Dmismatched_arg_count.rs1 use ide_db::base_db::{FileRange, SourceDatabase};
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/databrew/types/
H A Denums.go301 SourceDatabase Source = "DATABASE" const
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/databrew/types/
H A Denums.go301 SourceDatabase Source = "DATABASE" const
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/ide_diagnostics/src/handlers/
H A Dmismatched_arg_count.rs1 use ide_db::base_db::{FileRange, SourceDatabase};
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/databrew/types/
H A Denums.go319 SourceDatabase Source = "DATABASE" const
/dports/security/vault/aws-sdk-go-v2-1.5.0/service/databrew/types/
H A Denums.go301 SourceDatabase Source = "DATABASE" const

1234567891011