Searched refs:FNPT (Results 1 – 2 of 2) sorted by relevance
518 const FunctionNoProtoType *FNPT = cast<FunctionNoProtoType>(FT); in ConvertType() local520 CanQual<FunctionNoProtoType>::CreateUnsafe(QualType(FNPT, 0))); in ConvertType()
2109 if (const FunctionNoProtoType *FNPT = dyn_cast<FunctionNoProtoType>(T)) { in adjustFunctionType() local2110 Result = getFunctionNoProtoType(FNPT->getReturnType(), Info); in adjustFunctionType()