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,
912 // We may have found the injected-class-name of a class template,
2118 // Fetch the injected class name type and check whether its
2119 // injected type is equal to the type we just built.
2121 QualType Injected = cast<InjectedClassNameType>(ICNT)
2124 if (CanonType != Injected->getCanonicalTypeInternal())
2127 // If so, the canonical type of this TST is the injected