Searched defs:TypeParam (Results 1 – 13 of 13) sorted by relevance
| /external/rust/crates/syn/src/ |
| D | generics.rs | 464 impl From<Ident> for TypeParam { implementation 766 impl Parse for TypeParam { implementation 1182 impl ToTokens for TypeParam { implementation
|
| /external/llvm-project/clang/unittests/AST/ |
| D | ASTImporterGenericRedeclTest.cpp | 420 #define ASTIMPORTER_INSTANTIATE_TYPED_TEST_CASE(BaseTemplate, TypeParam, \ argument
|
| D | ASTImporterODRStrategiesTest.cpp | 386 TypeParam, ODRHandlingParam, NamePrefix, TestCase) \ argument
|
| /external/rust/crates/bindgen/src/ir/ |
| D | ty.rs | 699 TypeParam, enumerator
|
| /external/tensorflow/tensorflow/core/grappler/optimizers/ |
| D | function_optimizer.cc | 206 using TypeParam = std::pair<const string, DataType>; in AbslHashValue() typedef
|
| /external/rust/crates/syn/src/gen/ |
| D | eq.rs | 2012 impl Eq for TypeParam {} implementation 2015 impl PartialEq for TypeParam { implementation
|
| D | clone.rs | 1981 impl Clone for TypeParam { implementation
|
| D | hash.rs | 2547 impl Hash for TypeParam { implementation
|
| D | visit_mut.rs | 680 fn visit_type_param_mut(&mut self, i: &mut TypeParam) { in visit_type_param_mut()
|
| D | fold.rs | 680 fn fold_type_param(&mut self, i: TypeParam) -> TypeParam { in fold_type_param()
|
| D | debug.rs | 2717 impl Debug for TypeParam { implementation
|
| D | visit.rs | 676 fn visit_type_param(&mut self, i: &'ast TypeParam) { in visit_type_param()
|
| /external/llvm-project/clang/lib/AST/ |
| D | ASTContext.cpp | 5171 if (ObjCTypeParamType *TypeParam = in getObjCTypeParamType() local
|