Home | History | Annotate | Download | only in AST

Lines Matching refs:getComplexType

892   FloatComplexTy      = getComplexType(FloatTy);
893 DoubleComplexTy = getComplexType(DoubleTy);
894 LongDoubleComplexTy = getComplexType(LongDoubleTy);
1986 /// getComplexType - Return the uniqued reference to the type for a complex
1988 QualType ASTContext::getComplexType(QualType T) const {
2002 Canonical = getComplexType(getCanonicalType(T));
7438 Type = Context.getComplexType(ElementType);