Home | History | Annotate | Download | only in AST

Lines Matching refs:getComplexType

980   FloatComplexTy      = getComplexType(FloatTy);
981 DoubleComplexTy = getComplexType(DoubleTy);
982 LongDoubleComplexTy = getComplexType(LongDoubleTy);
2086 /// getComplexType - Return the uniqued reference to the type for a complex
2088 QualType ASTContext::getComplexType(QualType T) const {
2102 Canonical = getComplexType(getCanonicalType(T));
7671 Type = Context.getComplexType(ElementType);