Searched refs:CurrentArg (Results 1 - 5 of 5) sorted by relevance

/external/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h893 CodeCompletionString *CreateSignatureString(unsigned CurrentArg,
942 /// \param CurrentArg the index of the current argument.
947 virtual void ProcessOverloadCandidates(Sema &S, unsigned CurrentArg,
981 virtual void ProcessOverloadCandidates(Sema &S, unsigned CurrentArg,
/external/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp489 unsigned CurrentArg,
494 = Candidates[I].CreateSignatureString(CurrentArg, SemaRef,
488 ProcessOverloadCandidates(Sema &SemaRef, unsigned CurrentArg, OverloadCandidate *Candidates, unsigned NumCandidates) argument
H A DSemaCodeComplete.cpp2799 unsigned CurrentArg,
2850 if (I == CurrentArg)
2859 if (CurrentArg < NumParams)
2798 CreateSignatureString( unsigned CurrentArg, Sema &S, CodeCompletionAllocator &Allocator, CodeCompletionTUInfo &CCTUInfo) const argument
/external/clang/tools/libclang/
H A DCIndexCodeCompletion.cpp620 virtual void ProcessOverloadCandidates(Sema &S, unsigned CurrentArg, argument
626 = Candidates[I].CreateSignatureString(CurrentArg, S, getAllocator(),
/external/clang/lib/Frontend/
H A DASTUnit.cpp2150 virtual void ProcessOverloadCandidates(Sema &S, unsigned CurrentArg, argument
2153 Next.ProcessOverloadCandidates(S, CurrentArg, Candidates, NumCandidates);

Completed in 854 milliseconds