Searched refs:AddOverloadCandidate (Results 1 – 7 of 7) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 2934 S.AddOverloadCandidate(Constructor, FoundDecl, in IsInitializerListConstructorConversion() 3079 S.AddOverloadCandidate(Constructor, FoundDecl, in IsUserDefinedConversion() 5533 Sema::AddOverloadCandidate(FunctionDecl *Function, in AddOverloadCandidate() function in Sema 5865 AddOverloadCandidate(FD, F.getPair(), Args, CandidateSet, in AddFunctionCandidates() 6139 AddOverloadCandidate(Specialization, FoundDecl, Args, CandidateSet, in AddTemplateOverloadCandidate() 8289 AddOverloadCandidate(FD, FoundDecl, Args, CandidateSet, false, in AddArgumentDependentLookupCandidates() 10366 S.AddOverloadCandidate(Func, FoundDecl, Args, CandidateSet, false, in AddOverloadedCallCandidate() 11594 AddOverloadCandidate(cast<CXXConstructorDecl>(Func), I.getPair(), in BuildCallToMemberFunction()
|
| H A D | SemaInit.cpp | 3166 S.AddOverloadCandidate(Constructor, FoundDecl, Args, CandidateSet, in ResolveConstructorOverload() 3573 S.AddOverloadCandidate(Constructor, FoundDecl, in TryRefInitWithConversionFunction() 4201 S.AddOverloadCandidate(Constructor, FoundDecl, in TryUserDefinedConversion() 4942 S.AddOverloadCandidate(Constructor, FoundDecl, in LookupCopyAndMoveConstructors()
|
| H A D | SemaLookup.cpp | 2541 AddOverloadCandidate(M, DeclAccessPair::make(M, AS_public), in LookupSpecialMember()
|
| H A D | SemaExprCXX.cpp | 1900 AddOverloadCandidate(Fn, Alloc.getPair(), Args, Candidates, in FindAllocationOverload()
|
| H A D | SemaExpr.cpp | 1877 AddOverloadCandidate(FD, DeclAccessPair::make(FD, AS_none), in DiagnoseEmptyLookup() 4197 S.AddOverloadCandidate(FD, DeclAccessPair::make(FD, AS_none), Args, in TryTypoCorrectionForCall()
|
| H A D | SemaCodeComplete.cpp | 3860 AddOverloadCandidate(FDecl, DeclAccessPair::make(FDecl, AS_none), Args, in CodeCompleteCall()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Sema/ |
| H A D | Sema.h | 2272 void AddOverloadCandidate(FunctionDecl *Function,
|