Searched refs:Injected (Results 1 – 5 of 5) sorted by relevance
426 assertSame(injector.getInstance(new Key<Injected<String>>() {}), in testSingletonAnnotationOnParameterizedType()427 injector.getInstance(new Key<Injected<String>>() {})); in testSingletonAnnotationOnParameterizedType()432 @ImplementedBy(Injected.class) public interface In<T> {}433 @Singleton public static class Injected<T> implements In<T> {} class in ScopesTest
586 else if (const InjectedClassNameType *Injected = in ProcessCodeCompleteResults() local588 D = Injected->getDecl(); in ProcessCodeCompleteResults()
110 QualType Injected in computeDeclContext() local112 if (Context.hasSameType(Injected, ContextType)) in computeDeclContext()
2185 QualType Injected = cast<InjectedClassNameType>(ICNT) in CheckTemplateIdType() local2188 if (CanonType != Injected->getCanonicalTypeInternal()) in CheckTemplateIdType()
1529 if (const auto *Injected = getAs<InjectedClassNameType>()) in getAsTagDecl() local1530 return Injected->getDecl(); in getAsTagDecl()