Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Index/
H A DIndexSymbol.h53 ConversionFunction, enumerator
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexSymbol.cpp271 Info.Kind = SymbolKind::ConversionFunction; in getSymbolInfo()
299 Info.Kind = SymbolKind::ConversionFunction; in getSymbolInfo()
534 case SymbolKind::ConversionFunction: return "conversion-func"; in getSymbolKindString()
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp909 const CXXConversionDecl *ConversionFunction) { in getFragmentsForConversionFunction() argument
912 if (ConversionFunction->isExplicit()) in getFragmentsForConversionFunction()
920 .append(ConversionFunction->getConversionType().getAsString(), in getFragmentsForConversionFunction()
923 for (unsigned i = 0, end = ConversionFunction->getNumParams(); i != end; in getFragmentsForConversionFunction()
927 Fragments.append(getFragmentsForParam(ConversionFunction->getParamDecl(i))); in getFragmentsForConversionFunction()
931 if (ConversionFunction->isConst()) in getFragmentsForConversionFunction()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DOverload.h456 FunctionDecl* ConversionFunction; member
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp625 if (ConversionFunction) in dump()
626 OS << '\'' << *ConversionFunction << '\''; in dump()
1620 = dyn_cast<CXXConstructorDecl>(ICS.UserDefined.ConversionFunction)) { in TryUserDefinedConversion()
3692 User.ConversionFunction = Constructor; in IsInitializerListConstructorConversion()
3887 User.ConversionFunction = Constructor; in IsUserDefinedConversion()
3904 User.ConversionFunction = Conversion; in IsUserDefinedConversion()
4173 if (ICS1.UserDefined.ConversionFunction == in CompareImplicitConversionSequences()
4174 ICS2.UserDefined.ConversionFunction) in CompareImplicitConversionSequences()
4180 ICS1.UserDefined.ConversionFunction, in CompareImplicitConversionSequences()
4181 ICS2.UserDefined.ConversionFunction); in CompareImplicitConversionSequences()
[all …]
H A DSemaExprCXX.cpp4220 FunctionDecl *FD = ICS.UserDefined.ConversionFunction; in PerformImplicitConversion()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DPropertiesBase.td588 foreach kind = ["Constructor", "Destructor", "ConversionFunction"] in {