/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/ |
H A D | ProTypeCstyleCastCheck.cpp | 18 static bool needsConstCast(QualType SourceType, QualType DestType) { in needsConstCast() 48 QualType SourceType = MatchedCast->getSubExpr()->getType(); in check() local
|
H A D | ProTypeStaticCastDowncastCheck.cpp | 36 QualType SourceType = MatchedCast->getSubExpr()->getType(); in check() local
|
H A D | ProTypeConstCastCheck.cpp | 53 const QualType SourceType = in check() local
|
/llvm-project/clang-tools-extra/clang-tidy/google/ |
H A D | AvoidCStyleCastsCheck.cpp | 40 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 D | UndefinedMemoryManipulationCheck.cpp | 62 QualType SourceType = Call->getArg(1)->IgnoreImplicit()->getType(); in check() local
|
H A D | MultiLevelImplicitPointerConversionCheck.cpp | 31 const QualType SourceType = Node.getSubExpr() in AST_MATCHER() local
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | CXXDeleteChecker.cpp | 166 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 D | RandomIRBuilder.h | 59 enum SourceType { enum
|
/llvm-project/llvm/lib/IR/ |
H A D | Operator.cpp | 123 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 D | Disasm.cpp |
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaInit.cpp | 4514 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 D | SemaChecking.cpp | 10384 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 D | SemaDeclCXX.cpp | 12978 const Type *SourceType = UD->getQualifier()->getAsType(); CheckInheritingConstructorUsingDecl() local
|
/llvm-project/clang/include/clang/Sema/ |
H A D | Overload.h | 742 getNullptrToBool(QualType SourceType,QualType DestType,bool NeedLValToRVal) getNullptrToBool() argument
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmtOpenMP.cpp | 6321 convertToType(CodeGenFunction & CGF,RValue Value,QualType SourceType,QualType ResType,SourceLocation Loc) convertToType() argument
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 22841 EVT SourceType = MVT::Other; reduceBuildVecExtToExtBuildVec() local [all...] |