Home
last modified time | relevance | path

Searched defs:TypeParam (Results 1 – 13 of 13) sorted by relevance

/external/rust/crates/syn/src/
Dgenerics.rs464 impl From<Ident> for TypeParam { implementation
766 impl Parse for TypeParam { implementation
1182 impl ToTokens for TypeParam { implementation
/external/llvm-project/clang/unittests/AST/
DASTImporterGenericRedeclTest.cpp420 #define ASTIMPORTER_INSTANTIATE_TYPED_TEST_CASE(BaseTemplate, TypeParam, \ argument
DASTImporterODRStrategiesTest.cpp386 TypeParam, ODRHandlingParam, NamePrefix, TestCase) \ argument
/external/rust/crates/bindgen/src/ir/
Dty.rs699 TypeParam, enumerator
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dfunction_optimizer.cc206 using TypeParam = std::pair<const string, DataType>; in AbslHashValue() typedef
/external/rust/crates/syn/src/gen/
Deq.rs2012 impl Eq for TypeParam {} implementation
2015 impl PartialEq for TypeParam { implementation
Dclone.rs1981 impl Clone for TypeParam { implementation
Dhash.rs2547 impl Hash for TypeParam { implementation
Dvisit_mut.rs680 fn visit_type_param_mut(&mut self, i: &mut TypeParam) { in visit_type_param_mut()
Dfold.rs680 fn fold_type_param(&mut self, i: TypeParam) -> TypeParam { in fold_type_param()
Ddebug.rs2717 impl Debug for TypeParam { implementation
Dvisit.rs676 fn visit_type_param(&mut self, i: &'ast TypeParam) { in visit_type_param()
/external/llvm-project/clang/lib/AST/
DASTContext.cpp5171 if (ObjCTypeParamType *TypeParam = in getObjCTypeParamType() local