Lines Matching defs:CurrentArg
3820 unsigned CurrentArg) {
3826 if (ChunkIndex == CurrentArg)
3848 unsigned CurrentArg, unsigned Start = 0, bool InOptional = false) {
3868 PrototypeLoc, Opt, CurrentArg, P,
3895 if (P == CurrentArg)
3908 if (CurrentArg < NumParams)
3951 const TemplateDecl *TD, CodeCompletionBuilder &Builder, unsigned CurrentArg,
3973 Current->AddChunk(I == CurrentArg
3991 unsigned CurrentArg, Sema &S, CodeCompletionAllocator &Allocator,
4005 return createTemplateSignatureString(getTemplate(), Result, CurrentArg,
4018 if (auto RC = getParameterComment(S.getASTContext(), *this, CurrentArg))
4037 AddOverloadAggregateChunks(getAggregate(), Policy, Result, CurrentArg);
4040 getFunctionProtoTypeLoc(), Result, CurrentArg);
6159 unsigned CurrentArg, SourceLocation OpenParLoc,
6165 SemaRef, CurrentArg, Candidates.data(), Candidates.size(), OpenParLoc,
6167 return getParamType(SemaRef, Candidates, CurrentArg);