Searched refs:typeParam (Results 1 - 22 of 22) sorted by relevance

/external/javassist/src/main/javassist/bytecode/
H A DSignatureAttribute.java706 ArrayList typeParam = new ArrayList();
722 typeParam.add(p);
728 return (TypeParameter[])typeParam.toArray(new TypeParameter[typeParam.size()]);
/external/robolectric/v3/
H A Drobolectric-processor-3.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/robolectric/ org/robolectric/annotation/ ...
/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp708 for (auto typeParam : typeParams) {
709 auto known = knownParams.find(typeParam->getIdentifier());
711 Diag(typeParam->getLocation(), diag::err_objc_type_param_redecl)
712 << typeParam->getIdentifier()
715 typeParam->setInvalidDecl();
717 knownParams.insert(std::make_pair(typeParam->getIdentifier(), typeParam));
720 PushOnScopeChains(typeParam, S, /*AddToContext=*/false);
729 for (auto typeParam : *typeParamList) {
730 if (!typeParam
[all...]
H A DSemaType.cpp879 ObjCTypeParamDecl *typeParam = nullptr; local
882 typeParam = typeParams->begin()[i];
905 if (!typeParam) {
911 QualType bound = typeParam->getUnderlyingType();
928 << typeArg << bound << typeParam->getDeclName();
929 S.Diag(typeParam->getLocation(), diag::note_objc_type_param_here)
930 << typeParam->getDeclName();
943 if (!typeParam) {
949 QualType bound = typeParam->getUnderlyingType();
956 << typeArg << bound << typeParam
[all...]
/external/guava/guava/src/com/google/common/reflect/
H A DTypeToken.java200 * <p>Returns a new {@code TypeToken} where type variables represented by {@code typeParam}
211 * @param typeParam the parameter type variable
214 public final <X> TypeToken<T> where(TypeParameter<X> typeParam, TypeToken<X> typeArg) { argument
217 new TypeResolver.TypeVariableKey(typeParam.typeVariable),
224 * <p>Returns a new {@code TypeToken} where type variables represented by {@code typeParam}
235 * @param typeParam the parameter type variable
238 public final <X> TypeToken<T> where(TypeParameter<X> typeParam, Class<X> typeArg) { argument
239 return where(typeParam, of(typeArg));
/external/clang/lib/AST/
H A DDeclObjC.cpp310 for (auto typeParam : *TypeParamList)
311 typeParam->setDeclContext(this);
1376 for (auto typeParam : *this)
1377 typeArgs.push_back(typeParam->getUnderlyingType());
1968 for (auto typeParam : *TypeParamList)
1969 typeParam->setDeclContext(this);
H A DType.cpp1076 if (auto *typeParam = dyn_cast<ObjCTypeParamDecl>(typedefTy->getDecl())) {
1080 QualType argType = typeArgs[typeParam->getIndex()];
1089 return ctx.getQualifiedType(typeParam->getUnderlyingType(),
1095 const auto *objPtr = typeParam->getUnderlyingType()
1101 return ctx.getQualifiedType(typeParam->getUnderlyingType(),
/external/clang/include/clang/AST/
H A DRecursiveASTVisitor.h1430 for (auto typeParam : *typeParamList) {
1431 TRY_TO(TraverseObjCTypeParamDecl(typeParam));
1444 for (auto typeParam : *typeParamList) {
1445 TRY_TO(TraverseObjCTypeParamDecl(typeParam));
/external/clang/lib/Parse/
H A DParseObjc.cpp461 DeclResult typeParam = Actions.actOnObjCTypeParam(
464 if (typeParam.isUsable())
465 typeParams.push_back(typeParam.get());
539 DeclResult typeParam = Actions.actOnObjCTypeParam( local
542 if (typeParam.isUsable())
543 typeParams.push_back(typeParam.get());
/external/clang/lib/Serialization/
H A DASTWriterDecl.cpp154 for (auto typeParam : *typeParams) {
155 Record.AddDeclRef(typeParam);
H A DASTReaderDecl.cpp967 auto typeParam = ReadDeclAs<ObjCTypeParamDecl>(Record, Idx); local
968 if (!typeParam)
971 typeParams.push_back(typeParam);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/clang/tools/libclang/
H A DCIndex.cpp1112 for (auto *typeParam : *typeParamList) {
1114 if (Visit(MakeCXCursor(typeParam, TU, RegionOfInterest)))
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/guice/extensions/struts2/lib/
H A Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ...
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...
/external/robolectric/v1/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 496 milliseconds