Searched refs:FirstArg (Results 1 – 3 of 3) sorted by relevance
84 struct FirstArg;89 struct FirstArg<ReturnType (ClassT::*)(Arg1, OtherArgs...)> { struct96 typename std::remove_reference<typename FirstArg<T>::type>::type>::type;
713 bool FirstArg = true; in makeFunctionSignature() local717 if (!FirstArg) { in makeFunctionSignature()720 FirstArg = false; in makeFunctionSignature()734 bool FirstArg = true; in genArguments() local738 if (!FirstArg) { in genArguments()742 FirstArg = false; in genArguments()
3090 bool FirstArg = true; in startFunction() local3092 if (!FirstArg) in startFunction()3095 FirstArg = false; in startFunction()