Home | History | Annotate | Download | only in Sema

Lines Matching refs:Injected

63     //   injected-class-name (Clause 9). The injected-class-name
66 // equivalent to the injected-class-name followed by the
102 // A lookup that finds an injected-class-name (10.2) can result in an
104 // one base class). If all of the injected-class-names that are found
117 // found this template through a particular injected class name,
913 // We may have found the injected-class-name of a class template,
2100 // Fetch the injected class name type and check whether its
2101 // injected type is equal to the type we just built.
2103 QualType Injected = cast<InjectedClassNameType>(ICNT)
2106 if (CanonType != Injected->getCanonicalTypeInternal())
2109 // If so, the canonical type of this TST is the injected