Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DProTypeCstyleCastCheck.cpp18 static bool needsConstCast(QualType SourceType, QualType DestType) { in needsConstCast()
48 QualType SourceType = MatchedCast->getSubExpr()->getType(); in check() local
H A DProTypeStaticCastDowncastCheck.cpp36 QualType SourceType = MatchedCast->getSubExpr()->getType(); in check() local
H A DProTypeConstCastCheck.cpp53 const QualType SourceType = in check() local
/llvm-project/clang-tools-extra/clang-tidy/google/
H A DAvoidCStyleCastsCheck.cpp40 static bool needsConstCast(QualType SourceType, QualType DestType) { in needsConstCast()
114 const QualType SourceType = SourceTypeAsWritten.getCanonicalType(); in check() local
/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DUndefinedMemoryManipulationCheck.cpp62 QualType SourceType = Call->getArg(1)->IgnoreImplicit()->getType(); in check() local
H A DMultiLevelImplicitPointerConversionCheck.cpp31 const QualType SourceType = Node.getSubExpr() in AST_MATCHER() local
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCXXDeleteChecker.cpp166 QualType SourceType = BaseClassRegion->getValueType(); in checkTypedDeleteExpr() local
196 QualType SourceType = CastE->getSubExpr()->getType()->getPointeeType(); in VisitNode() local
/llvm-project/llvm/include/llvm/FuzzMutate/
H A DRandomIRBuilder.h59 enum SourceType { enum
/llvm-project/llvm/lib/IR/
H A DOperator.cpp123 accumulateConstantOffset(Type * SourceType,ArrayRef<const Value * > Index,const DataLayout & DL,APInt & Offset,function_ref<bool (Value &,APInt &)> ExternalAnalysis) accumulateConstantOffset() argument
/llvm-project/clang/lib/AST/Interp/
H A DDisasm.cpp
/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp4514 ResolveOverloadedFunctionForReferenceBinding(Sema & S,Expr * Initializer,QualType & SourceType,QualType & UnqualifiedSourceType,QualType UnqualifiedTargetType,InitializationSequence & Sequence) ResolveOverloadedFunctionForReferenceBinding() argument
5808 QualType SourceType = Initializer->getType(); TryUserDefinedConversion() local
6307 QualType SourceType; InitializeFrom() local
7346 QualType SourceType = VD->getType(); CheckMoveOnConstruction() local
7688 QualType SourceType = CurInit.get() ? CurInit.get()->getType() : QualType(); Perform() local
8102 QualType SourceType = CurInit.get()->getType(); Perform() local
8329 QualType SourceType = Init->getType(); Perform() local
8787 QualType SourceType = OnlyArg->getType(); Diagnose() local
[all...]
H A DSemaChecking.cpp10384 DiagnoseImpCast(Sema & S,Expr * E,QualType SourceType,QualType T,SourceLocation CContext,unsigned diag,bool pruneControlFlow=false) DiagnoseImpCast() argument
11193 QualType SourceType = E->getEnumCoercedType(Context); CheckImplicitConversion() local
H A DSemaDeclCXX.cpp12978 const Type *SourceType = UD->getQualifier()->getAsType(); CheckInheritingConstructorUsingDecl() local
/llvm-project/clang/include/clang/Sema/
H A DOverload.h742 getNullptrToBool(QualType SourceType,QualType DestType,bool NeedLValToRVal) getNullptrToBool() argument
/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp6321 convertToType(CodeGenFunction & CGF,RValue Value,QualType SourceType,QualType ResType,SourceLocation Loc) convertToType() argument
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp22841 EVT SourceType = MVT::Other; reduceBuildVecExtToExtBuildVec() local
[all...]