Home
last modified time | relevance | path

Searched refs:getConversionType (Results 1 – 15 of 15) sorted by relevance

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DPtrTypesSemantics.cpp159 maybeRefToRawOperator->getConversionType().getTypePtrOrNull()) { in isGetterOfRefCounted()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DOverload.h921 QualType STy = Surrogate->getConversionType(); in getNumParams()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOverload.cpp3704 bool Block1 = Conv1->getConversionType()->isBlockPointerType(); in compareConversionFunctions()
3705 bool Block2 = Conv2->getConversionType()->isBlockPointerType(); in compareConversionFunctions()
4648 = Conv->getConversionType()->getAs<LValueReferenceType>(); in FindConversionForRefInit()
4656 Conv->getConversionType() in FindConversionForRefInit()
4668 Conv->getConversionType()->getAs<ReferenceType>(); in FindConversionForRefInit()
5959 QualType ConvTy = Conv->getConversionType().getNonReferenceType(); in diagnoseAmbiguousConversion()
6015 QualType ToType = Conversion->getConversionType().getNonReferenceType(); in recordConversion()
7351 ConvType = Conversion->getConversionType().getNonReferenceType(); in AddConversionCandidate()
7457 QualType ConversionType = Conversion->getConversionType(); in AddConversionCandidate()
11415 QualType FnType = Cand->Surrogate->getConversionType(); in NoteSurrogateCandidate()
[all …]
H A DSemaLambda.cpp2029 Expr *BuildBlock = new (Context) BlockExpr(Block, Conv->getConversionType()); in BuildBlockForLambdaConversion()
H A DSemaPseudoObject.cpp1086 QualType CT = Conversion->getConversionType().getNonReferenceType(); in CheckSubscriptingKind()
H A DSemaInit.cpp4189 QualType ConvType = CD->getConversionType(); in TryConstructorInitialization()
4668 Conv->getConversionType()->isLValueReferenceType())) { in TryRefInitWithConversionFunction()
6930 if (isRecordWithAttr<PointerAttr>(Conv->getConversionType())) in shouldTrackImplicitObjectArg()
H A DSemaTemplateDeduction.cpp4302 QualType FromType = ConversionGeneric->getConversionType(); in DeduceTemplateArguments()
H A DSemaExprCXX.cpp7991 Method->getConversionType()->isBlockPointerType()) { in BuildCXXMemberCallExpr()
H A DSemaDeclCXX.cpp10899 QualType ConvType = Context.getCanonicalType(Conversion->getConversionType()); in ActOnConversionDeclarator()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DMoveChecker.cpp496 const Type *Tp = ConversionDec->getConversionType().getTypePtrOrNull(); in isMoveSafeMethod()
H A DSmartPtrModeling.cpp238 return CD && CD->getConversionType()->isBooleanType(); in isBoolConversionMethod()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DEasilySwappableParametersCheck.cpp1217 ConversionSet.addConversion(Con, Con->getConversionType(), ToType); in tryConversionOperators()
1234 ConvOp.ConversionOperatorResultType = ConvOp.Fun->getConversionType(); in tryConversionOperators()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTStructuralEquivalence.cpp1340 if (!IsStructurallyEquivalent(Context, Conversion1->getConversionType(), in IsStructurallyEquivalent()
1341 Conversion2->getConversionType())) in IsStructurallyEquivalent()
H A DDeclCXX.cpp1637 ->getConversionType(); in GetConversionType()
2808 getConversionType()->isBlockPointerType(); in isLambdaToBlockPointerConversion()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclCXX.h2804 QualType getConversionType() const { in getConversionType() function