Home | History | Annotate | Download | only in Sema

Lines Matching refs:Injected

64     //   injected-class-name (Clause 9). The injected-class-name
67 // equivalent to the injected-class-name followed by the
103 // A lookup that finds an injected-class-name (10.2) can result in an
105 // one base class). If all of the injected-class-names that are found
118 // found this template through a particular injected class name,
923 // We may have found the injected-class-name of a class template,
2182 // Fetch the injected class name type and check whether its
2183 // injected type is equal to the type we just built.
2185 QualType Injected = cast<InjectedClassNameType>(ICNT)
2188 if (CanonType != Injected->getCanonicalTypeInternal())
2191 // If so, the canonical type of this TST is the injected