Home
last modified time | relevance | path

Searched refs:InOptional (Results 1 – 2 of 2) 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()
/external/llvm-project/clang/lib/Sema/
DSemaCodeComplete.cpp2952 bool InOptional = false) { in AddFunctionParameterChunks() argument
2958 if (Param->hasDefaultArg() && !InOptional) { in AddFunctionParameterChunks()
2975 InOptional = false; in AddFunctionParameterChunks()
3646 bool InOptional = false) { in AddOverloadParameterChunks() argument
3652 if (Function && Function->getParamDecl(P)->hasDefaultArg() && !InOptional) { in AddOverloadParameterChunks()
3671 InOptional = false; in AddOverloadParameterChunks()