Home
last modified time | relevance | path

Searched defs:Conversions (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DOverload.h895 ConversionSequenceList Conversions; member
1197 ImplicitConversionSequence *Conversions = in allocateConversionSequences() local
H A DSema.h9847 Conversions, enumerator
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp1604 OverloadCandidateSet Conversions(From->getExprLoc(), in TryUserDefinedConversion() local
3831 const auto &Conversions = FromRecordDecl->getVisibleConversionFunctions(); in IsUserDefinedConversion() local
4921 const auto &Conversions = T2RecordDecl->getVisibleConversionFunctions(); in FindConversionForRefInit() local
6598 const auto &Conversions = in PerformContextualImplicitConversion() local
7592 ConversionSequenceList Conversions; in AddMethodTemplateCandidate() local
7676 ConversionSequenceList Conversions; in AddTemplateOverloadCandidate() local
7726 ConversionSequenceList &Conversions, bool SuppressUserConversions, in CheckNonDependentConversions()
15612 const auto &Conversions = in BuildCallToObjectOfClassType() local
H A DSemaInit.cpp4300 const auto &Conversions = SourceRD->getVisibleConversionFunctions(); in ResolveConstructorOverload() local
4949 const auto &Conversions = T2RecordDecl->getVisibleConversionFunctions(); in TryRefInitWithConversionFunction() local
5878 const auto &Conversions = in TryUserDefinedConversion() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp917 ASTUnresolvedSet &Conversions = data().Conversions.get(Ctx); in addedMember() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h333 LazyASTUnresolvedSet Conversions; member