Home | History | Annotate | Download | only in AST

Lines Matching refs:ComplexType

1738     TypeInfo EltInfo = getTypeInfo(cast<ComplexType>(T)->getElementType());
1905 if (const ComplexType *CT = T->getAs<ComplexType>())
2312 ComplexType::Profile(ID, T);
2315 if (ComplexType *CT = ComplexTypes.FindNodeOrInsertPos(ID, InsertPos))
2325 ComplexType *NewIP = ComplexTypes.FindNodeOrInsertPos(ID, InsertPos);
2328 ComplexType *New = new (*this, TypeAlignment) ComplexType(T, Canonical);
4575 if (const ComplexType *CT = T->getAs<ComplexType>())
5520 const ComplexType *CT = T->castAs<ComplexType>();