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.h949 ConversionSequenceList Conversions; member
1386 ImplicitConversionSequence *Conversions = in allocateConversionSequences() local
H A DSema.h10032 Conversions, enumerator
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp1672 OverloadCandidateSet Conversions(From->getExprLoc(), in TryUserDefinedConversion() local
4063 const auto &Conversions = FromRecordDecl->getVisibleConversionFunctions(); in IsUserDefinedConversion() local
5152 const auto &Conversions = T2RecordDecl->getVisibleConversionFunctions(); in FindConversionForRefInit() local
6843 const auto &Conversions = in PerformContextualImplicitConversion() local
7888 ConversionSequenceList Conversions; in AddMethodTemplateCandidateImmediately() local
8009 ConversionSequenceList Conversions; in AddTemplateOverloadCandidateImmediately() local
8106 ConversionSequenceList &Conversions, in CheckNonDependentConversions()
16430 const auto &Conversions = in BuildCallToObjectOfClassType() local
H A DSemaInit.cpp4419 const auto &Conversions = SourceRD->getVisibleConversionFunctions(); in ResolveConstructorOverload() local
5206 const auto &Conversions = T2RecordDecl->getVisibleConversionFunctions(); in TryRefInitWithConversionFunction() local
6145 const auto &Conversions = in TryUserDefinedConversion() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp924 ASTUnresolvedSet &Conversions = data().Conversions.get(Ctx); in addedMember() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h334 LazyASTUnresolvedSet Conversions; member