Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaCodeComplete.cpp2318 bool InOptional = false) { in AddFunctionParameterChunks() argument
2324 if (Param->hasDefaultArg() && !InOptional) { in AddFunctionParameterChunks()
2341 InOptional = false; in AddFunctionParameterChunks()
2896 bool InOptional = false) { in AddOverloadParameterChunks() argument
2902 if (Function && Function->getParamDecl(P)->hasDefaultArg() && !InOptional) { in AddOverloadParameterChunks()
2921 InOptional = false; in AddOverloadParameterChunks()