Home
last modified time | relevance | path

Searched defs:OverloadCandidate (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DOverload.h872 struct OverloadCandidate { struct
877 FunctionDecl *Function;
882 DeclAccessPair FoundDecl;
886 QualType BuiltinParamTypes[3];
890 CXXConversionDecl *Surrogate;
895 ConversionSequenceList Conversions;
898 ConversionFixItGenerator Fix;
901 bool Viable : 1;
932 LLVM_PREFERRED_TYPE(OverloadCandidateRewriteKind) argument
953 /// Get RewriteKind value in OverloadCandidateRewriteKind type (This argument
[all …]
H A DCodeCompleteConsumer.h1080 OverloadCandidate(FunctionDecl *Function) in OverloadCandidate() function
1085 OverloadCandidate(FunctionTemplateDecl *FunctionTemplateDecl) in OverloadCandidate() function
1090 OverloadCandidate(const FunctionType *Type) in OverloadCandidate() function
1095 OverloadCandidate(FunctionProtoTypeLoc Prototype) in OverloadCandidate() function
1100 OverloadCandidate(const RecordDecl *Aggregate) in OverloadCandidate() function
1105 OverloadCandidate(const TemplateDecl *Template) in OverloadCandidate() function