Searched refs:FNPT (Results 1 – 2 of 2) sorted by relevance
480 const FunctionNoProtoType *FNPT = cast<FunctionNoProtoType>(FT); in ConvertType() local482 CanQual<FunctionNoProtoType>::CreateUnsafe(QualType(FNPT, 0))); in ConvertType()
1825 if (const FunctionNoProtoType *FNPT = dyn_cast<FunctionNoProtoType>(T)) { in adjustFunctionType() local1826 Result = getFunctionNoProtoType(FNPT->getResultType(), Info); in adjustFunctionType()