Home
last modified time | relevance | path

Searched refs:AddOverloadCandidate (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOverload.cpp3267 S.AddOverloadCandidate(Info.Constructor, Info.FoundDecl, From, in IsInitializerListConstructorConversion()
3399 S.AddOverloadCandidate(Info.Constructor, Info.FoundDecl, in IsUserDefinedConversion()
5990 void Sema::AddOverloadCandidate(FunctionDecl *Function, in AddOverloadCandidate() function in Sema
6510 AddOverloadCandidate(FD, F.getPair(), FunctionArgs, CandidateSet, in AddFunctionCandidates()
6811 AddOverloadCandidate(Specialization, FoundDecl, Args, CandidateSet, in AddTemplateOverloadCandidate()
8985 AddOverloadCandidate(FD, FoundDecl, Args, CandidateSet, in AddArgumentDependentLookupCandidates()
11673 S.AddOverloadCandidate(Func, FoundDecl, Args, CandidateSet, in AddOverloadedCallCandidate()
12957 AddOverloadCandidate(cast<CXXConstructorDecl>(Func), I.getPair(), in BuildCallToMemberFunction()
H A DSemaInit.cpp3750 S.AddOverloadCandidate(Info.Constructor, Info.FoundDecl, Args, in ResolveConstructorOverload()
4346 S.AddOverloadCandidate(Info.Constructor, Info.FoundDecl, in TryRefInitWithConversionFunction()
4957 S.AddOverloadCandidate(Info.Constructor, Info.FoundDecl, in TryUserDefinedConversion()
9324 AddOverloadCandidate(GD, I.getPair(), Inits, Candidates, in DeduceTemplateSpecializationFromInitializer()
H A DSemaLookup.cpp3001 AddOverloadCandidate(CtorInfo.Constructor, CtorInfo.FoundDecl, in LookupSpecialMember()
3004 AddOverloadCandidate(M, Cand, llvm::makeArrayRef(&Arg, NumArgs), OCS, in LookupSpecialMember()
H A DSemaExprCXX.cpp2256 S.AddOverloadCandidate(Fn, Alloc.getPair(), Args, Candidates, in resolveAllocationOverload()
3481 S.AddOverloadCandidate(Fn, FnOvl.getPair(), Args, Candidates, in resolveBuiltinNewDeleteOverload()
H A DSemaCodeComplete.cpp4687 AddOverloadCandidate(FD, DeclAccessPair::make(FD, FD->getAccess()), in ProduceCallSignatureHelp()
4752 AddOverloadCandidate(FD, DeclAccessPair::make(FD, C->getAccess()), Args, in ProduceConstructorSignatureHelp()
H A DSemaExpr.cpp1943 AddOverloadCandidate(FD, DeclAccessPair::make(FD, AS_none), in DiagnoseEmptyLookup()
4839 S.AddOverloadCandidate(FD, DeclAccessPair::make(FD, AS_none), Args, in TryTypoCorrectionForCall()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h2760 void AddOverloadCandidate(FunctionDecl *Function, DeclAccessPair FoundDecl,