Searched refs:AddOverloadCandidate (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaOverload.cpp | 3357 S.AddOverloadCandidate(Info.Constructor, Info.FoundDecl, From, in IsInitializerListConstructorConversion() 3496 S.AddOverloadCandidate(Info.Constructor, Info.FoundDecl, in IsUserDefinedConversion() 6266 void Sema::AddOverloadCandidate( in AddOverloadCandidate() function in Sema 6805 AddOverloadCandidate(FD, F.getPair(), FunctionArgs, CandidateSet, in AddFunctionCandidates() 7142 AddOverloadCandidate( in AddTemplateOverloadCandidate() 7650 AddOverloadCandidate(FD, F.getPair(), FunctionArgs, CandidateSet); in AddNonMemberOperatorCandidates() 7652 AddOverloadCandidate(FD, F.getPair(), in AddNonMemberOperatorCandidates() 9353 AddOverloadCandidate( in AddArgumentDependentLookupCandidates() 9358 AddOverloadCandidate( in AddArgumentDependentLookupCandidates() 12595 S.AddOverloadCandidate(Func, FoundDecl, Args, CandidateSet, in AddOverloadedCallCandidate() [all …]
|
H A D | SemaInit.cpp | 3975 S.AddOverloadCandidate(Info.Constructor, Info.FoundDecl, Args, in ResolveConstructorOverload() 4600 S.AddOverloadCandidate( in TryRefInitWithConversionFunction() 5269 S.AddOverloadCandidate(Info.Constructor, Info.FoundDecl, in TryUserDefinedConversion() 10099 AddOverloadCandidate(GD, I.getPair(), Inits, Candidates, in DeduceTemplateSpecializationFromInitializer()
|
H A D | SemaLookup.cpp | 3224 AddOverloadCandidate(CtorInfo.Constructor, CtorInfo.FoundDecl, in LookupSpecialMember() 3228 AddOverloadCandidate(M, Cand, llvm::makeArrayRef(&Arg, NumArgs), OCS, in LookupSpecialMember()
|
H A D | SemaExprCXX.cpp | 2429 S.AddOverloadCandidate(Fn, Alloc.getPair(), Args, Candidates, in resolveAllocationOverload() 3703 S.AddOverloadCandidate(Fn, FnOvl.getPair(), Args, Candidates, in resolveBuiltinNewDeleteOverload()
|
H A D | SemaCodeComplete.cpp | 5775 AddOverloadCandidate(FD, DeclAccessPair::make(FD, FD->getAccess()), in ProduceCallSignatureHelp() 5842 AddOverloadCandidate(FD, DeclAccessPair::make(FD, C->getAccess()), Args, in ProduceConstructorSignatureHelp()
|
H A D | SemaExpr.cpp | 2293 AddOverloadCandidate(FD, DeclAccessPair::make(FD, AS_none), in DiagnoseEmptyLookup() 5752 S.AddOverloadCandidate(FD, DeclAccessPair::make(FD, AS_none), Args, in TryTypoCorrectionForCall()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | Sema.h | 3599 void AddOverloadCandidate(FunctionDecl *Function, DeclAccessPair FoundDecl,
|