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.cpp928 const CXXConversionDecl *ConversionFunction) { in getFragmentsForConversionFunction() argument
931 if (ConversionFunction->isExplicit()) in getFragmentsForConversionFunction()
939 .append(ConversionFunction->getConversionType().getAsString(), in getFragmentsForConversionFunction()
942 for (unsigned i = 0, end = ConversionFunction->getNumParams(); i != end; in getFragmentsForConversionFunction()
946 Fragments.append(getFragmentsForParam(ConversionFunction->getParamDecl(i))); in getFragmentsForConversionFunction()
950 if (ConversionFunction->isConst()) in getFragmentsForConversionFunction()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DOverload.h504 FunctionDecl* ConversionFunction; member
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp654 if (ConversionFunction) in dump()
655 OS << '\'' << *ConversionFunction << '\''; in dump()
1688 = dyn_cast<CXXConstructorDecl>(ICS.UserDefined.ConversionFunction)) { in TryUserDefinedConversion()
3924 User.ConversionFunction = Constructor; in IsInitializerListConstructorConversion()
4120 User.ConversionFunction = Constructor; in IsUserDefinedConversion()
4140 User.ConversionFunction = Conversion; in IsUserDefinedConversion()
4409 if (ICS1.UserDefined.ConversionFunction == in CompareImplicitConversionSequences()
4410 ICS2.UserDefined.ConversionFunction) in CompareImplicitConversionSequences()
4416 ICS1.UserDefined.ConversionFunction, in CompareImplicitConversionSequences()
4417 ICS2.UserDefined.ConversionFunction); in CompareImplicitConversionSequences()
[all …]
H A DSemaExprCXX.cpp4570 FunctionDecl *FD = ICS.UserDefined.ConversionFunction; in PerformImplicitConversion()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DPropertiesBase.td592 foreach kind = ["Constructor", "Destructor", "ConversionFunction"] in {