Searched defs:CurrentArg (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp488 unsigned CurrentArg,
493 = Candidates[I].CreateSignatureString(CurrentArg, SemaRef,
487 ProcessOverloadCandidates(Sema &SemaRef, unsigned CurrentArg, OverloadCandidate *Candidates, unsigned NumCandidates) argument
H A DSemaCodeComplete.cpp2816 unsigned CurrentArg,
2865 if (I == CurrentArg)
2874 if (CurrentArg < NumParams)
2815 CreateSignatureString( unsigned CurrentArg, Sema &S, CodeCompletionAllocator &Allocator, CodeCompletionTUInfo &CCTUInfo) const argument

Completed in 1517 milliseconds