Home
last modified time | relevance | path

Searched defs:SourceType (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DProTypeCstyleCastCheck.cpp20 static bool needsConstCast(QualType SourceType, QualType DestType) { in needsConstCast()
50 QualType SourceType = MatchedCast->getSubExpr()->getType(); in check() local
H A DProTypeStaticCastDowncastCheck.cpp31 QualType SourceType = MatchedCast->getSubExpr()->getType(); in check() local
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/google/
H A DAvoidCStyleCastsCheck.cpp41 static bool needsConstCast(QualType SourceType, QualType DestType) { in needsConstCast()
116 const QualType SourceType = SourceTypeAsWritten.getCanonicalType(); in check() local
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DUndefinedMemoryManipulationCheck.cpp59 QualType SourceType = Call->getArg(1)->IgnoreImplicit()->getType(); in check() local
/llvm-project-15.0.7/llvm/lib/IR/
H A DOperator.cpp98 Type *SourceType, ArrayRef<const Value *> Index, const DataLayout &DL, in accumulateConstantOffset()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaInit.cpp4251 QualType &SourceType, in ResolveOverloadedFunctionForReferenceBinding()
5263 QualType SourceType = Initializer->getType(); in TryUserDefinedConversion() local
5762 QualType SourceType; in InitializeFrom() local
7927 QualType SourceType = VD->getType(); in CheckMoveOnConstruction() local
8245 QualType SourceType = CurInit.get() ? CurInit.get()->getType() : QualType(); in Perform() local
8663 QualType SourceType = CurInit.get()->getType(); in Perform() local
8821 QualType SourceType = Init->getType(); in Perform() local
9253 QualType SourceType = OnlyArg->getType(); in Diagnose() local
H A DSemaChecking.cpp13089 static void DiagnoseImpCast(Sema &S, Expr *E, QualType SourceType, QualType T, in DiagnoseImpCast()
13998 QualType SourceType = E->getType(); in CheckImplicitConversion() local
H A DSemaDeclCXX.cpp12611 const Type *SourceType = UD->getQualifier()->getAsType(); in CheckInheritingConstructorUsingDecl() local
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DOverload.h704 static ImplicitConversionSequence getNullptrToBool(QualType SourceType, in getNullptrToBool()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp6172 QualType SourceType, QualType ResType, in convertToType()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp20089 EVT SourceType = MVT::Other; in reduceBuildVecExtToExtBuildVec() local