Searched defs:OverloadCandidate (Results 1 – 3 of 3) sorted by relevance
789 struct OverloadCandidate { struct794 FunctionDecl *Function;799 DeclAccessPair FoundDecl;803 QualType BuiltinParamTypes[3];807 CXXConversionDecl *Surrogate;812 ConversionSequenceList Conversions;815 ConversionFixItGenerator Fix;818 bool Viable : 1;827 bool Best : 1;832 bool IsSurrogate : 1;[all …]
1036 OverloadCandidate(FunctionDecl *Function) in OverloadCandidate() function1039 OverloadCandidate(FunctionTemplateDecl *FunctionTemplateDecl) in OverloadCandidate() function1042 OverloadCandidate(const FunctionType *Type) in OverloadCandidate() function
593 struct OverloadCandidate { struct619 /// the OverloadCandidateSet. argument620 ImplicitConversionSequence *Conversions;623 ConversionFixItGenerator Fix;626 unsigned NumConversions;629 bool Viable;634 bool IsSurrogate;643 bool IgnoreObjectArgument;647 unsigned char FailureKind;651 unsigned ExplicitCallArguments;[all …]