Home
last modified time | relevance | path

Searched defs:typeParams (Results 1 – 11 of 11) sorted by relevance

/external/guava/guava/src/com/google/common/reflect/
DInvokable.java251 TypeVariable<?>[] typeParams = declaringClass.getTypeParameters(); in getGenericReturnType() local
/external/clang/lib/Serialization/
DASTWriterDecl.cpp146 void AddObjCTypeParamList(ObjCTypeParamList *typeParams) { in AddObjCTypeParamList()
DASTReaderDecl.cpp964 SmallVector<ObjCTypeParamDecl *, 4> typeParams; in ReadObjCTypeParamList() local
/external/clang/lib/AST/
DDeclObjC.cpp1352 ArrayRef<ObjCTypeParamDecl *> typeParams, in ObjCTypeParamList()
1365 ArrayRef<ObjCTypeParamDecl *> typeParams, in create()
DASTDumper.cpp997 void ASTDumper::dumpObjCTypeParamList(const ObjCTypeParamList *typeParams) { in dumpObjCTypeParamList()
DType.cpp1417 ObjCTypeParamList *typeParams = classDecl->getTypeParamList(); in computeSuperClassTypeSlow() local
DASTContext.cpp7151 ObjCTypeParamList *typeParams = iface->getTypeParamList(); in sameObjCTypeArgs() local
/external/clang/lib/Parse/
DParseObjc.cpp457 SmallVector<Decl *, 4> typeParams; in parseObjCTypeParamListOrProtocolRefs() local
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/visitor/
DCloneVisitor.java1170 List<TypeParameter> typeParams = visit(_n.getTypeParameters(), arg); in visit() local
/external/clang/lib/Sema/
DSemaDeclObjC.cpp1346 if (auto typeParams = baseClass->getTypeParamList()) { in actOnObjCTypeArgsOrProtocolQualifiers() local
DSemaType.cpp814 ObjCTypeParamList *typeParams = objcClass->getTypeParamList(); in applyObjCTypeArgs() local