Home | History | Annotate | Download | only in AST

Lines Matching refs:getEquivalentType

1113     return printBefore(T->getEquivalentType(), OS);
1134 return printAfter(T->getEquivalentType(), OS);
1151 OS << T->getEquivalentType().getAddressSpace();
1157 if (const VectorType *vector =T->getEquivalentType()->getAs<VectorType>()) {
1173 const VectorType *vector = T->getEquivalentType()->getAs<VectorType>();
1183 QualType t = T->getEquivalentType();
1194 QualType tmp = T->getEquivalentType();
1211 switch (T->getEquivalentType().getObjCLifetime()) {
1235 QualType t = T->getEquivalentType();