Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DOverload.h787 struct OverloadCandidate { struct
792 FunctionDecl *Function;
797 DeclAccessPair FoundDecl;
801 QualType BuiltinParamTypes[3];
805 CXXConversionDecl *Surrogate;
810 ConversionSequenceList Conversions;
813 ConversionFixItGenerator Fix;
816 bool Viable : 1;
825 bool Best : 1;
830 bool IsSurrogate : 1;
[all …]
H A DCodeCompleteConsumer.h1036 OverloadCandidate(FunctionDecl *Function) in OverloadCandidate() function
1039 OverloadCandidate(FunctionTemplateDecl *FunctionTemplateDecl) in OverloadCandidate() function
1042 OverloadCandidate(const FunctionType *Type) in OverloadCandidate() function