Searched refs:InOptional (Results 1 – 1 of 1) sorted by relevance
2306 bool InOptional = false) { in AddFunctionParameterChunks() argument2312 if (Param->hasDefaultArg() && !InOptional) { in AddFunctionParameterChunks()2329 InOptional = false; in AddFunctionParameterChunks()2884 bool InOptional = false) { in AddOverloadParameterChunks() argument2890 if (Function && Function->getParamDecl(P)->hasDefaultArg() && !InOptional) { in AddOverloadParameterChunks()2909 InOptional = false; in AddOverloadParameterChunks()