Lines Matching defs:CurrentArg
3947 unsigned CurrentArg) {
3953 if (ChunkIndex == CurrentArg)
3975 unsigned CurrentArg, unsigned Start = 0, bool InOptional = false) {
3995 PrototypeLoc, Opt, CurrentArg, P,
4022 if (P == CurrentArg)
4035 if (CurrentArg < NumParams)
4078 const TemplateDecl *TD, CodeCompletionBuilder &Builder, unsigned CurrentArg,
4100 Current->AddChunk(I == CurrentArg
4118 unsigned CurrentArg, Sema &S, CodeCompletionAllocator &Allocator,
4132 return createTemplateSignatureString(getTemplate(), Result, CurrentArg,
4145 if (auto RC = getParameterComment(S.getASTContext(), *this, CurrentArg))
4164 AddOverloadAggregateChunks(getAggregate(), Policy, Result, CurrentArg);
4167 getFunctionProtoTypeLoc(), Result, CurrentArg);
6299 unsigned CurrentArg, SourceLocation OpenParLoc,
6305 SemaRef, CurrentArg, Candidates.data(), Candidates.size(), OpenParLoc,
6307 return getParamType(SemaRef, Candidates, CurrentArg);