Searched refs:FNPT (Results 1 – 2 of 2) sorted by relevance
333 const FunctionNoProtoType *FNPT = cast<FunctionNoProtoType>(FT); in ConvertFunctionTypeInternal() local335 CanQual<FunctionNoProtoType>::CreateUnsafe(QualType(FNPT, 0))); in ConvertFunctionTypeInternal()
3774 if (const auto *FNPT = dyn_cast<FunctionNoProtoType>(T)) { in adjustFunctionType() local3775 Result = getFunctionNoProtoType(FNPT->getReturnType(), Info); in adjustFunctionType()3789 if (const auto *FNPT = Orig->getAs<FunctionNoProtoType>()) in adjustFunctionResultType() local3790 return getFunctionNoProtoType(ResultType, FNPT->getExtInfo()); in adjustFunctionResultType()