Home | History | Annotate | Download | only in AST

Lines Matching refs:getEquivalentType

1135     return printBefore(T->getEquivalentType(), OS);
1174 return printAfter(T->getEquivalentType(), OS);
1220 OS << T->getEquivalentType().getAddressSpace();
1226 if (const VectorType *vector =T->getEquivalentType()->getAs<VectorType>()) {
1242 const VectorType *vector = T->getEquivalentType()->getAs<VectorType>();
1252 QualType t = T->getEquivalentType();
1263 QualType tmp = T->getEquivalentType();
1280 switch (T->getEquivalentType().getObjCLifetime()) {
1305 QualType t = T->getEquivalentType();