Home | History | Annotate | Download | only in AST

Lines Matching refs:getComplexType

472   FloatComplexTy      = getComplexType(FloatTy);
473 DoubleComplexTy = getComplexType(DoubleTy);
474 LongDoubleComplexTy = getComplexType(LongDoubleTy);
1481 /// getComplexType - Return the uniqued reference to the type for a complex
1483 QualType ASTContext::getComplexType(QualType T) const {
1497 Canonical = getComplexType(getCanonicalType(T));
6419 Type = Context.getComplexType(ElementType);