Searched refs:Injected (Results 1 – 7 of 7) sorted by relevance
154 - Injected new description and group.
626 else if (const InjectedClassNameType *Injected = in ProcessCodeCompleteResults() local628 D = Injected->getDecl(); in ProcessCodeCompleteResults()
108 QualType Injected in computeDeclContext() local110 if (Context.hasSameType(Injected, ContextType)) in computeDeclContext()
571 if (auto *Injected = dyn_cast<InjectedClassNameType>(Arg)) in DeduceTemplateArguments() local572 Arg = Injected->getInjectedSpecializationType(); in DeduceTemplateArguments()
3789 QualType Injected = cast<InjectedClassNameType>(ICNT) in CheckTemplateIdType() local3792 if (CanonType != Injected->getCanonicalTypeInternal()) in CheckTemplateIdType()
1764 if (const auto *Injected = getAs<InjectedClassNameType>()) in getAsTagDecl() local1765 return Injected->getDecl(); in getAsTagDecl()
2924 CXXRecordDecl *Injected = nullptr; in VisitRecordDecl() local2928 Injected = Record; in VisitRecordDecl()2945 if (Injected) { in VisitRecordDecl()2946 Injected->setTypeForDecl(nullptr); in VisitRecordDecl()2947 Importer.getToContext().getTypeDeclType(Injected, D2CXX); in VisitRecordDecl()