Home
last modified time | relevance | path

Searched refs:InOptional (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCodeComplete.cpp3011 bool InOptional = false) { in AddFunctionParameterChunks() argument
3017 if (Param->hasDefaultArg() && !InOptional) { in AddFunctionParameterChunks()
3034 InOptional = false; in AddFunctionParameterChunks()
3730 unsigned CurrentArg, unsigned Start = 0, bool InOptional = false) { in AddOverloadParameterChunks() argument
3741 if (Function && Function->getParamDecl(P)->hasDefaultArg() && !InOptional) { in AddOverloadParameterChunks()
3761 InOptional = false; in AddOverloadParameterChunks()