Home | History | Annotate | Download | only in Sema

Lines Matching defs:Injected

61     //   injected-class-name (Clause 9). The injected-class-name
64 // equivalent to the injected-class-name followed by the
100 // A lookup that finds an injected-class-name (10.2) can result in an
102 // one base class). If all of the injected-class-names that are found
115 // found this template through a particular injected class name,
922 // We may have found the injected-class-name of a class template,
2064 // Fetch the injected class name type and check whether its
2065 // injected type is equal to the type we just built.
2067 QualType Injected = cast<InjectedClassNameType>(ICNT)
2070 if (CanonType != Injected->getCanonicalTypeInternal())
2073 // If so, the canonical type of this TST is the injected