Searched defs:CurrentArg (Results 1 - 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
H A D | CodeCompleteConsumer.cpp | 512 unsigned CurrentArg, 517 = Candidates[I].CreateSignatureString(CurrentArg, SemaRef, 511 ProcessOverloadCandidates(Sema &SemaRef, unsigned CurrentArg, OverloadCandidate *Candidates, unsigned NumCandidates) argument
|
H A D | SemaCodeComplete.cpp | 2882 unsigned CurrentArg, 2899 CurrentArg, P, /*InOptional=*/true); 2918 if (P == CurrentArg) 2931 if (CurrentArg < NumParams) 2942 unsigned CurrentArg, Sema &S, 2966 if (IncludeBriefComments && CurrentArg < FDecl->getNumParams()) 2968 FDecl->getParamDecl(CurrentArg))) 2981 CurrentArg); 3977 unsigned CurrentArg, 3981 ParamType = getParamType(SemaRef, Candidates, CurrentArg); 2877 AddOverloadParameterChunks(ASTContext &Context, const PrintingPolicy &Policy, const FunctionDecl *Function, const FunctionProtoType *Prototype, CodeCompletionBuilder &Result, unsigned CurrentArg, unsigned Start = 0, bool InOptional = false) argument 2941 CreateSignatureString( unsigned CurrentArg, Sema &S, CodeCompletionAllocator &Allocator, CodeCompletionTUInfo &CCTUInfo, bool IncludeBriefComments) const argument 3975 CodeCompleteOverloadResults(Sema &SemaRef, Scope *S, MutableArrayRef<ResultCandidate> Candidates, unsigned CurrentArg, bool CompleteExpressionWithCurrentArg = true) argument [all...] |
Completed in 139 milliseconds