Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DOverload.h599 struct OverloadCandidate { struct
739 SmallVector<OverloadCandidate, 16> Candidates; argument
769 typedef SmallVector<OverloadCandidate, 16>::iterator iterator;
778 OverloadCandidate &addCandidate(unsigned NumConversions = 0) {
779 Candidates.push_back(OverloadCandidate());
780 OverloadCandidate &C = Candidates.back();
816 const OverloadCandidate& Cand1,
817 const OverloadCandidate& Cand2,
DCodeCompleteConsumer.h843 class OverloadCandidate {
875 OverloadCandidate(FunctionDecl *Function)
878 OverloadCandidate(FunctionTemplateDecl *FunctionTemplateDecl)
881 OverloadCandidate(const FunctionType *Type)
958 OverloadCandidate *Candidates,
992 OverloadCandidate *Candidates,
/external/clang/lib/Sema/
DCodeCompleteConsumer.cpp433 CodeCompleteConsumer::OverloadCandidate::getFunction() const { in getFunction()
443 CodeCompleteConsumer::OverloadCandidate::getFunctionType() const { in getFunctionType()
520 OverloadCandidate *Candidates, in ProcessOverloadCandidates()
DSemaOverload.cpp548 OverloadCandidate::DeductionFailureInfo
552 OverloadCandidate::DeductionFailureInfo Result; in MakeDeductionFailureInfo()
597 void OverloadCandidate::DeductionFailureInfo::Destroy() { in Destroy()
630 OverloadCandidate::DeductionFailureInfo::getSFINAEDiagnostic() { in getSFINAEDiagnostic()
637 OverloadCandidate::DeductionFailureInfo::getTemplateParameter() { in getTemplateParameter()
664 OverloadCandidate::DeductionFailureInfo::getTemplateArgumentList() { in getTemplateArgumentList()
688 const TemplateArgument *OverloadCandidate::DeductionFailureInfo::getFirstArg() { in getFirstArg()
713 OverloadCandidate::DeductionFailureInfo::getSecondArg() { in getSecondArg()
5265 OverloadCandidate &Candidate = CandidateSet.addCandidate(Args.size()); in AddOverloadCandidate()
5431 OverloadCandidate &Candidate = CandidateSet.addCandidate(Args.size() + 1); in AddMethodCandidate()
[all …]
DSemaCodeComplete.cpp2736 CodeCompleteConsumer::OverloadCandidate::CreateSignatureString( in CreateSignatureString()
3756 operator()(const OverloadCandidate &X, const OverloadCandidate &Y) const { in operator ()()
3800 typedef CodeCompleteConsumer::OverloadCandidate ResultCandidate; in CodeCompleteCall()
/external/clang/tools/libclang/
DCIndexCodeCompletion.cpp622 OverloadCandidate *Candidates, in ProcessOverloadCandidates()
/external/clang/lib/Frontend/
DASTUnit.cpp2103 OverloadCandidate *Candidates, in ProcessOverloadCandidates()