Home
last modified time | relevance | path

Searched refs:ConversionFunction (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Index/
H A DIndexSymbol.h53 ConversionFunction, enumerator
/freebsd-13.1/contrib/llvm-project/clang/lib/Index/
H A DIndexSymbol.cpp270 Info.Kind = SymbolKind::ConversionFunction; in getSymbolInfo()
298 Info.Kind = SymbolKind::ConversionFunction; in getSymbolInfo()
531 case SymbolKind::ConversionFunction: return "conversion-func"; in getSymbolKindString()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DOverload.h407 FunctionDecl* ConversionFunction; member
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp530 if (ConversionFunction) in dump()
531 OS << '\'' << *ConversionFunction << '\''; in dump()
3376 User.ConversionFunction = Constructor; in IsInitializerListConstructorConversion()
3572 User.ConversionFunction = Constructor; in IsUserDefinedConversion()
3589 User.ConversionFunction = Conversion; in IsUserDefinedConversion()
3828 if (ICS1.UserDefined.ConversionFunction == in CompareImplicitConversionSequences()
3829 ICS2.UserDefined.ConversionFunction) in CompareImplicitConversionSequences()
4699 ICS.UserDefined.ConversionFunction = Best->Function; in FindConversionForRefInit()
4966 ICS.UserDefined.ConversionFunction->getReturnType() in TryReferenceInit()
5146 Result.UserDefined.ConversionFunction = nullptr; in TryListConversion()
[all …]
H A DSemaExprCXX.cpp4067 FunctionDecl *FD = ICS.UserDefined.ConversionFunction; in PerformImplicitConversion()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DPropertiesBase.td569 foreach kind = ["Constructor", "Destructor", "ConversionFunction"] in {