Searched refs:FNPT (Results 1 – 2 of 2) sorted by relevance
349 const FunctionNoProtoType *FNPT = cast<FunctionNoProtoType>(FT); in ConvertFunctionType() local351 CanQual<FunctionNoProtoType>::CreateUnsafe(QualType(FNPT, 0))); in ConvertFunctionType()
2231 if (const FunctionNoProtoType *FNPT = dyn_cast<FunctionNoProtoType>(T)) { in adjustFunctionType() local2232 Result = getFunctionNoProtoType(FNPT->getReturnType(), Info); in adjustFunctionType()