Lines Matching refs:Opt
2315 CodeCompletionBuilder Opt(Result.getAllocator(), in AddFunctionParameterChunks() local
2318 Opt.AddChunk(CodeCompletionString::CK_Comma); in AddFunctionParameterChunks()
2319 AddFunctionParameterChunks(PP, Policy, Function, Opt, P, true); in AddFunctionParameterChunks()
2320 Result.AddOptionalChunk(Opt.TakeString()); in AddFunctionParameterChunks()
2410 CodeCompletionBuilder Opt(Result.getAllocator(), in AddTemplateParameterChunks() local
2413 Opt.AddChunk(CodeCompletionString::CK_Comma); in AddTemplateParameterChunks()
2414 AddTemplateParameterChunks(Context, Policy, Template, Opt, MaxParameters, in AddTemplateParameterChunks()
2416 Result.AddOptionalChunk(Opt.TakeString()); in AddTemplateParameterChunks()
2893 CodeCompletionBuilder Opt(Result.getAllocator(), in AddOverloadParameterChunks() local
2896 Opt.AddChunk(CodeCompletionString::CK_Comma); in AddOverloadParameterChunks()
2898 AddOverloadParameterChunks(Context, Policy, Function, Prototype, Opt, in AddOverloadParameterChunks()
2900 Result.AddOptionalChunk(Opt.TakeString()); in AddOverloadParameterChunks()
2926 CodeCompletionBuilder Opt(Result.getAllocator(), in AddOverloadParameterChunks() local
2929 Opt.AddChunk(CodeCompletionString::CK_Comma); in AddOverloadParameterChunks()
2932 Opt.AddPlaceholderChunk("..."); in AddOverloadParameterChunks()
2934 Opt.AddCurrentParameterChunk("..."); in AddOverloadParameterChunks()
2936 Result.AddOptionalChunk(Opt.TakeString()); in AddOverloadParameterChunks()