Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCodeComplete.cpp2589 bool InOptional = false) { in AddFunctionParameterChunks() argument
2595 if (Param->hasDefaultArg() && !InOptional) { in AddFunctionParameterChunks()
2612 InOptional = false; in AddFunctionParameterChunks()
3232 bool InOptional = false) { in AddOverloadParameterChunks() argument
3238 if (Function && Function->getParamDecl(P)->hasDefaultArg() && !InOptional) { in AddOverloadParameterChunks()
3257 InOptional = false; in AddOverloadParameterChunks()