Home | History | Annotate | Download | only in AST

Lines Matching refs:ComplexType

1642       getTypeInfo(cast<ComplexType>(T)->getElementType());
1783 if (const ComplexType *CT = T->getAs<ComplexType>())
2119 ComplexType::Profile(ID, T);
2122 if (ComplexType *CT = ComplexTypes.FindNodeOrInsertPos(ID, InsertPos))
2132 ComplexType *NewIP = ComplexTypes.FindNodeOrInsertPos(ID, InsertPos);
2135 ComplexType *New = new (*this, TypeAlignment) ComplexType(T, Canonical);
4324 if (const ComplexType *CT = T->getAs<ComplexType>())
5235 const ComplexType *CT = T->castAs<ComplexType>();