Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaCodeComplete.cpp2306 bool InOptional = false) { in AddFunctionParameterChunks() argument
2312 if (Param->hasDefaultArg() && !InOptional) { in AddFunctionParameterChunks()
2329 InOptional = false; in AddFunctionParameterChunks()
2884 bool InOptional = false) { in AddOverloadParameterChunks() argument
2890 if (Function && Function->getParamDecl(P)->hasDefaultArg() && !InOptional) { in AddOverloadParameterChunks()
2909 InOptional = false; in AddOverloadParameterChunks()