Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DEasilySwappableParametersCheck.cpp1208 for (const NamedDecl *Method : RD->getVisibleConversionFunctions()) { in tryConversionOperators()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaPseudoObject.cpp1083 ->getVisibleConversionFunctions()) { in CheckSubscriptingKind()
H A DSemaOverload.cpp3534 const auto &Conversions = FromRecordDecl->getVisibleConversionFunctions(); in IsUserDefinedConversion()
4628 const auto &Conversions = T2RecordDecl->getVisibleConversionFunctions(); in FindConversionForRefInit()
6146 cast<CXXRecordDecl>(RecordTy->getDecl())->getVisibleConversionFunctions(); in PerformContextualImplicitConversion()
8122 for (NamedDecl *D : ClassDecl->getVisibleConversionFunctions()) { in AddTypesConvertedFrom()
8194 for (NamedDecl *D : ClassDecl->getVisibleConversionFunctions()) { in CollectVRQualifiers()
14740 cast<CXXRecordDecl>(Record->getDecl())->getVisibleConversionFunctions(); in BuildCallToObjectOfClassType()
H A DSemaInit.cpp4028 const auto &Conversions = SourceRD->getVisibleConversionFunctions(); in ResolveConstructorOverload()
4647 const auto &Conversions = T2RecordDecl->getVisibleConversionFunctions(); in TryRefInitWithConversionFunction()
5321 SourceRecordDecl->getVisibleConversionFunctions(); in TryUserDefinedConversion()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclCXX.h1099 getVisibleConversionFunctions() const;
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclCXX.cpp1760 CXXRecordDecl::getVisibleConversionFunctions() const { in getVisibleConversionFunctions() function in CXXRecordDecl