Searched refs:Injected (Results 1 – 7 of 7) sorted by relevance
627 else if (const InjectedClassNameType *Injected = in ProcessCodeCompleteResults() local629 D = Injected->getDecl(); in ProcessCodeCompleteResults()
108 QualType Injected in computeDeclContext() local110 if (Context.hasSameType(Injected, ContextType)) in computeDeclContext()
223 QualType Injected = cast<InjectedClassNameType>(RecordType) in HandleRecordDecl() local225 const auto *InjectedType = cast<TemplateSpecializationType>(Injected); in HandleRecordDecl()
576 if (const auto *Injected = A->getAs<InjectedClassNameType>()) in DeduceTemplateSpecArguments() local577 UA = Injected->getInjectedSpecializationType(); in DeduceTemplateSpecArguments()
3957 QualType Injected = cast<InjectedClassNameType>(ICNT) in CheckTemplateIdType() local3960 if (CanonType != Injected->getCanonicalTypeInternal()) in CheckTemplateIdType()
1794 if (const auto *Injected = getAs<InjectedClassNameType>()) in getAsTagDecl() local1795 return Injected->getDecl(); in getAsTagDecl()
2953 CXXRecordDecl *Injected = nullptr; in VisitRecordDecl() local2957 Injected = Record; in VisitRecordDecl()2974 if (Injected) { in VisitRecordDecl()2975 Injected->setTypeForDecl(nullptr); in VisitRecordDecl()2976 Importer.getToContext().getTypeDeclType(Injected, D2CXX); in VisitRecordDecl()