Home | History | Annotate | Download | only in AST

Lines Matching refs:ComplexType

1607       getTypeInfo(cast<ComplexType>(T)->getElementType());
1741 if (const ComplexType* CT = T->getAs<ComplexType
2092 ComplexType::Profile(ID, T);
2095 if (ComplexType *CT = ComplexTypes.FindNodeOrInsertPos(ID, InsertPos))
2105 ComplexType *NewIP = ComplexTypes.FindNodeOrInsertPos(ID, InsertPos);
2108 ComplexType *New = new (*this, TypeAlignment) ComplexType(T, Canonical);
4232 if (const ComplexType *CT = T->getAs<ComplexType>())
5155 const ComplexType *CT = T->castAs<ComplexType>();