Home | History | Annotate | Download | only in AST

Lines Matching refs:Canon

1442                          QualType Canon)
1443 : TypeWithKeyword(Keyword, DependentTemplateSpecialization, Canon, true, true,
1858 QualType Canon,
1860 : Type(SubstTemplateTypeParmPack, Canon, true, true, false, true),
1925 QualType Canon, QualType AliasedType)
1927 Canon.isNull()? QualType(this, 0) : Canon,
1928 Canon.isNull()? T.isDependent() : Canon->isDependentType(),
1929 Canon.isNull()? T.isDependent()
1930 : Canon->isInstantiationDependentType(),
1942 assert((!Canon.isNull() ||
1959 if (Canon.isNull() && Args[Arg].isDependent())
2285 const Type *canon = getCanonicalTypeInternal().getTypePtr();
2288 while (const ArrayType *array = dyn_cast<ArrayType>(canon))
2289 canon = array->getElementType().getTypePtr();
2292 = dyn_cast<ObjCObjectPointerType>(canon)) {