/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaCast.cpp | 87 ExprResult SrcExpr; global() member 989 DiagnoseReinterpretUpDownCast(Sema & Self,const Expr * SrcExpr,QualType DestType,SourceRange OpRange) DiagnoseReinterpretUpDownCast() argument 1094 checkCastFunctionType(Sema & Self,const ExprResult & SrcExpr,QualType DestType) checkCastFunctionType() argument 1307 TryStaticCast(Sema & Self,ExprResult & SrcExpr,QualType DestType,Sema::CheckedConversionKind CCK,SourceRange OpRange,unsigned & msg,CastKind & Kind,CXXCastPath & BasePath,bool ListInitialization) TryStaticCast() argument 1519 TryLValueToRValueCast(Sema & Self,Expr * SrcExpr,QualType DestType,bool CStyle,CastKind & Kind,CXXCastPath & BasePath,unsigned & msg) TryLValueToRValueCast() argument 1574 TryStaticReferenceDowncast(Sema & Self,Expr * SrcExpr,QualType DestType,bool CStyle,SourceRange OpRange,unsigned & msg,CastKind & Kind,CXXCastPath & BasePath) TryStaticReferenceDowncast() argument 1758 TryStaticMemberPointerUpcast(Sema & Self,ExprResult & SrcExpr,QualType SrcType,QualType DestType,bool CStyle,SourceRange OpRange,unsigned & msg,CastKind & Kind,CXXCastPath & BasePath) TryStaticMemberPointerUpcast() argument 1876 TryStaticImplicitCast(Sema & Self,ExprResult & SrcExpr,QualType DestType,Sema::CheckedConversionKind CCK,SourceRange OpRange,unsigned & msg,CastKind & Kind,bool ListInitialization) TryStaticImplicitCast() argument 1931 TryConstCast(Sema & Self,ExprResult & SrcExpr,QualType DestType,bool CStyle,unsigned & msg) TryConstCast() argument 2084 DiagnoseCastOfObjCSEL(Sema & Self,const ExprResult & SrcExpr,QualType DestType) DiagnoseCastOfObjCSEL() argument 2103 DiagnoseCallingConvCast(Sema & Self,const ExprResult & SrcExpr,QualType DstType,SourceRange OpRange) DiagnoseCallingConvCast() argument 2192 checkIntToPointerCast(bool CStyle,const SourceRange & OpRange,const Expr * SrcExpr,QualType DestType,Sema & Self) checkIntToPointerCast() argument 2245 TryReinterpretCast(Sema & Self,ExprResult & SrcExpr,QualType DestType,bool CStyle,SourceRange OpRange,unsigned & msg,CastKind & Kind) TryReinterpretCast() argument 2598 TryAddressSpaceCast(Sema & Self,ExprResult & SrcExpr,QualType DestType,bool CStyle,unsigned & msg,CastKind & Kind) TryAddressSpaceCast() argument 2874 DiagnoseBadFunctionCast(Sema & Self,const ExprResult & SrcExpr,QualType DestType) DiagnoseBadFunctionCast() argument 3295 DiagnoseCastQual(Sema & Self,const ExprResult & SrcExpr,QualType DestType) DiagnoseCastQual() argument [all...] |
H A D | SemaExprObjC.cpp | 4300 CheckObjCBridgeRelatedConversions(SourceLocation Loc,QualType DestType,QualType SrcType,Expr * & SrcExpr,bool Diagnose) CheckObjCBridgeRelatedConversions() argument [all...] |
H A D | SemaStmt.cpp | 1641 DiagnoseAssignmentEnum(QualType DstType,QualType SrcType,Expr * SrcExpr) DiagnoseAssignmentEnum() argument
|
H A D | TreeTransform.h | 3875 RebuildConvertVectorExpr(SourceLocation BuiltinLoc,Expr * SrcExpr,TypeSourceInfo * DstTInfo,SourceLocation RParenLoc) RebuildConvertVectorExpr() argument 14794 ExprResult SrcExpr = getDerived().TransformExpr(E->getSrcExpr()); TransformConvertVectorExpr() local 14897 ExprResult SrcExpr = getDerived().TransformExpr(E->getSrcExpr()); TransformAsTypeExpr() local
|
H A D | SemaExpr.cpp | 17591 Expr *SrcExpr = Exp->IgnoreParenImpCasts(); CheckConversionToObjCLiteral() local 17634 maybeDiagnoseAssignmentToFunction(Sema & S,QualType DstType,const Expr * SrcExpr) maybeDiagnoseAssignmentToFunction() argument 17655 DiagnoseAssignmentResult(AssignConvertType ConvTy,SourceLocation Loc,QualType DstType,QualType SrcType,Expr * SrcExpr,AssignmentAction Action,bool * Complained) DiagnoseAssignmentResult() argument [all...] |
H A D | SemaOverload.cpp | 13229 resolveAndFixAddressOfSingleOverloadCandidate(ExprResult & SrcExpr,bool DoFunctionPointerConversion) resolveAndFixAddressOfSingleOverloadCandidate() argument 13348 ResolveAndFixSingleFunctionTemplateSpecialization(ExprResult & SrcExpr,bool doFunctionPointerConversion,bool complain,SourceRange OpRangeForComplaining,QualType DestTypeForComplaining,unsigned DiagIDForComplaining) ResolveAndFixSingleFunctionTemplateSpecialization() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGObjC.cpp | 3770 C, &SrcExpr, UO_Deref, SrcTy->getPointeeType(), VK_LValue, OK_Ordinary, in GenerateObjCAtomicSetterCopyHelperFunction() local 3862 DeclRefExpr SrcExpr(getContext(), SrcDecl, false, SrcTy, VK_PRValue, GenerateObjCAtomicGetterCopyHelperFunction() local
|
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | Expr.h | 4481 ConvertVectorExpr(Expr * SrcExpr,TypeSourceInfo * TI,QualType DstType,ExprValueKind VK,ExprObjectKind OK,SourceLocation BuiltinLoc,SourceLocation RParenLoc) ConvertVectorExpr() argument 6215 AsTypeExpr(Expr * SrcExpr,QualType DstType,ExprValueKind VK,ExprObjectKind OK,SourceLocation BuiltinLoc,SourceLocation RParenLoc) AsTypeExpr() argument [all...] |
H A D | ExprCXX.h | 5140 BuiltinBitCastExpr(QualType T,ExprValueKind VK,CastKind CK,Expr * SrcExpr,TypeSourceInfo * DstType,SourceLocation KWLoc,SourceLocation RParenLoc) BuiltinBitCastExpr() argument
|