Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCodeComplete.cpp3004 bool InOptional = false) { in AddFunctionParameterChunks() argument
3010 if (Param->hasDefaultArg() && !InOptional) { in AddFunctionParameterChunks()
3027 InOptional = false; in AddFunctionParameterChunks()
3700 bool InOptional = false) { in AddOverloadParameterChunks() argument
3706 if (Function && Function->getParamDecl(P)->hasDefaultArg() && !InOptional) { in AddOverloadParameterChunks()
3725 InOptional = false; in AddOverloadParameterChunks()