/llvm-project/clang-tools-extra/clang-tidy/google/ |
H A D | AvoidCStyleCastsCheck.cpp | 63 if (const auto *CastExpr = dyn_cast<CStyleCastExpr>(Expr)) in getReplaceRange() local 67 if (const auto *CastExpr = dyn_cast<CXXFunctionalCastExpr>(Expr)) in getReplaceRange() local 79 if (const auto *CastExpr = dyn_cast<CStyleCastExpr>(Expr)) { in getDestTypeString() local 82 } else if (const auto *CastExpr = dyn_cast<CXXFunctionalCastExpr>(Expr)) { in getDestTypeString() local 93 const auto *CastExpr = Result.Nodes.getNodeAs<ExplicitCastExpr>("cast"); in check() local
|
/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
H A D | IncorrectRoundingsCheck.cpp | 51 const auto *CastExpr = Result.Nodes.getNodeAs<ImplicitCastExpr>("CastExpr"); in check() local
|
H A D | NotNullTerminatedResultCheck.cpp | 928 if (const auto *CastExpr = Result.Nodes.getNodeAs<Expr>(CastExprName)) { in memchrFix() local
|
/llvm-project/clang-tools-extra/clang-tidy/misc/ |
H A D | StaticAssertCheck.cpp | 91 const auto *CastExpr = Result.Nodes.getNodeAs<CStyleCastExpr>("castExpr"); in check() local
|
H A D | RedundantExpressionCheck.cpp | 587 const auto CastExpr = in matchRelationalIntegerConstantExpr() local
|
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | Store.h | 35 class CastExpr; variable
|
/llvm-project/clang-tools-extra/clang-tidy/readability/ |
H A D | RedundantCastingCheck.cpp | 149 const auto *CastExpr = Result.Nodes.getNodeAs<ExplicitCastExpr>("cast"); check() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGCXXABI.h | 29 class CastExpr; variable
|
/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | ThreadSafetyCommon.h | 48 class CastExpr; variable
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaCast.cpp | 3344 BuildCStyleCastExpr(SourceLocation LPLoc,TypeSourceInfo * CastTypeInfo,SourceLocation RPLoc,Expr * CastExpr) BuildCStyleCastExpr() argument 3370 BuildCXXFunctionalCastExpr(TypeSourceInfo * CastTypeInfo,QualType Type,SourceLocation LPLoc,Expr * CastExpr,SourceLocation RPLoc) BuildCXXFunctionalCastExpr() argument
|
H A D | SemaExpr.cpp | 7594 CheckExtVectorCast(SourceRange R,QualType DestTy,Expr * CastExpr,CastKind & Kind) CheckExtVectorCast() argument 7630 ActOnCastExpr(Scope * S,SourceLocation LParenLoc,Declarator & D,ParsedType & Ty,SourceLocation RParenLoc,Expr * CastExpr) ActOnCastExpr() argument 20547 checkUnknownAnyCast(SourceRange TypeRange,QualType CastType,Expr * CastExpr,CastKind & CastKind,ExprValueKind & VK,CXXCastPath & Path) checkUnknownAnyCast() argument [all...] |
H A D | SemaOpenMP.cpp | 19145 ExprResult CastExpr = S.BuildCStyleCastExpr( actOnOMPReductionKindClause() local
|
/llvm-project/clang/include/clang/AST/ |
H A D | Expr.h | 49 class CastExpr; variable 3501 CastExpr(StmtClass SC, QualType ty, ExprValueKind VK, const CastKind kind, CastExpr() function 3514 CastExpr(StmtClass SC, EmptyShell Empty, unsigned BasePathSize, CastExpr() function 3716 friend class CastExpr; global() variable 3824 friend class CastExpr; global() variable [all...] |
H A D | ExprObjC.h | 1639 friend class CastExpr; global() variable
|
H A D | ExprCXX.h | 5300 friend class CastExpr; global() variable
|
/llvm-project/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 6066 AST_POLYMORPHIC_MATCHER_P(hasSourceExpression,AST_POLYMORPHIC_SUPPORTED_TYPES (CastExpr,OpaqueValueExpr),internal::Matcher<Expr>,InnerMatcher) AST_POLYMORPHIC_MATCHER_P() argument 6085 AST_MATCHER_P(CastExpr,hasCastKind,CastKind,Kind) AST_MATCHER_P() argument
|
/llvm-project/clang/include/clang/Parse/ |
H A D | Parser.h | 1941 CastExpr // Also allow '(' type-name ')' <anything> global() enumerator
|
/llvm-project/clang/lib/Analysis/ |
H A D | UnsafeBufferUsage.cpp | 250 AST_MATCHER_P(CastExpr,castSubExpr,internal::Matcher<Expr>,innerMatcher) AST_MATCHER_P() argument
|
/llvm-project/llvm/include/llvm/Demangle/ |
H A D | ItaniumDemangle.h | 2015 CastExpr(std::string_view CastKind_, const Node *To_, const Node *From_, CastExpr() function
|
/llvm-project/libcxxabi/src/demangle/ |
H A D | ItaniumDemangle.h | 2016 CastExpr(std::string_view CastKind_, const Node *To_, const Node *From_, CastExpr() function
|