reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
10617 if (FT->getCallConv() != CC_C) { 10618 FT = Context.adjustFunctionType(FT, FT->getExtInfo().withCallingConv(CC_C)); 10618 FT = Context.adjustFunctionType(FT, FT->getExtInfo().withCallingConv(CC_C)); 10618 FT = Context.adjustFunctionType(FT, FT->getExtInfo().withCallingConv(CC_C)); 10619 FD->setType(QualType(FT, 0)); 10629 if (Context.hasSameUnqualifiedType(FT->getReturnType(), Context.IntTy)) 10644 if (Context.hasSameType(FT->getReturnType(), Context.IntTy)) 10657 if (isa<FunctionNoProtoType>(FT)) return; 10659 const FunctionProtoType* FTP = cast<const FunctionProtoType>(FT);