Searched refs:InOptional (Results 1 – 1 of 1) sorted by relevance
2318 bool InOptional = false) { in AddFunctionParameterChunks() argument2324 if (Param->hasDefaultArg() && !InOptional) { in AddFunctionParameterChunks()2341 InOptional = false; in AddFunctionParameterChunks()2896 bool InOptional = false) { in AddOverloadParameterChunks() argument2902 if (Function && Function->getParamDecl(P)->hasDefaultArg() && !InOptional) { in AddOverloadParameterChunks()2921 InOptional = false; in AddOverloadParameterChunks()