Searched refs:getComplexType (Results 1 – 10 of 10) sorted by relevance
60 uint8_t getComplexType() const { in getComplexType() function
803 QualType getComplexType(QualType T) const;804 CanQualType getComplexType(CanQualType T) const { in getComplexType() function805 return CanQualType::CreateUnsafe(getComplexType((QualType) T)); in getComplexType()
310 std::size_t complexType = symbol->getComplexType(); in yamlCOFFSymbols()
151 if (symb->getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION) { in getSymbolType()
811 FloatComplexTy = getComplexType(FloatTy); in InitBuiltinTypes()812 DoubleComplexTy = getComplexType(DoubleTy); in InitBuiltinTypes()813 LongDoubleComplexTy = getComplexType(LongDoubleTy); in InitBuiltinTypes()1840 QualType ASTContext::getComplexType(QualType T) const { in getComplexType() function in ASTContext1854 Canonical = getComplexType(getCanonicalType(T)); in getComplexType()7034 Type = Context.getComplexType(ElementType); in DecodeTypeFromStr()
1365 return Importer.getToContext().getComplexType(ToElementType); in VisitComplexType()
797 S.Context.getComplexType(OtherTy)); in handleOtherComplexFloatConversion()875 QualType result = S.Context.getComplexType(FloatTy); in handleIntToFloatConversion()2870 Context.getComplexType(Res->getType())); in ActOnNumericConstant()
896 Result = Context.getComplexType(Result); in ConvertDeclSpecToType()
3350 NewTy = S.Context.getComplexType(NewTy); in handleModeAttr()
3759 return Context.getComplexType(ElemType); in readTypeRecord()