Home | History | Annotate | Download | only in Sema

Lines Matching defs:FunctionType

2196 /// \param FunctionType if non-NULL, the result type of the function template
2211 QualType *FunctionType,
2226 if (FunctionType)
2227 *FunctionType = Function->getType();
2301 if (FunctionType) {
2315 *FunctionType = BuildFunctionType(ResultType,
2323 if (FunctionType->isNull() || Trap.hasErrorOccurred())
3120 QualType FunctionType = Function->getType();
3132 &FunctionType, Info))
3148 FunctionType, ArgFunctionType, Info,