Home
last modified time | relevance | path

Searched defs:resolve_type (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/imagination/vulkan/
Dpvr_hw_pass.h146 enum pvr_resolve_type resolve_type; member
/third_party/rust/rust/src/librustdoc/clean/
Dutils.rs465 pub(crate) fn resolve_type(cx: &mut DocContext<'_>, path: Path) -> Type { in resolve_type() function
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir/src/
Dsemantics.rs334 pub fn resolve_type(&self, ty: &ast::Type) -> Option<Type> { in resolve_type() method
1070 fn resolve_type(&self, ty: &ast::Type) -> Option<Type> { in resolve_type() method
/third_party/rust/crates/bindgen/bindgen/ir/
Dcontext.rs1481 pub(crate) fn resolve_type(&self, type_id: TypeId) -> &Type { in resolve_type() method