Home
last modified time | relevance | path

Searched defs:CastExpr (Results 1 – 14 of 14) sorted by last modified time

/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h2016 CastExpr(std::string_view CastKind_, const Node *To_, const Node *From_, in CastExpr() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp19858 ExprResult CastExpr = S.BuildCStyleCastExpr( in actOnOMPReductionKindClause() local
H A DSemaExpr.cpp8475 Expr *CastExpr, CastKind &Kind) { in CheckExtVectorCast()
8511 SourceLocation RParenLoc, Expr *CastExpr) { in ActOnCastExpr()
21619 Expr *CastExpr, CastKind &CastKind, in checkUnknownAnyCast()
H A DSemaCast.cpp3334 Expr *CastExpr) { in BuildCStyleCastExpr()
3360 Expr *CastExpr, in BuildCXXFunctionalCastExpr()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp235 AST_MATCHER_P(CastExpr, castSubExpr, internal::Matcher<Expr>, innerMatcher) { in AST_MATCHER_P() argument
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1889 CastExpr // Also allow '(' type-name ')' <anything> enumerator
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6042 AST_POLYMORPHIC_SUPPORTED_TYPES(CastExpr, in AST_POLYMORPHIC_MATCHER_P()
6061 AST_MATCHER_P(CastExpr, hasCastKind, CastKind, Kind) { in AST_MATCHER_P() argument
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h48 class CastExpr; variable
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h616 friend class CastExpr; in alignas() local
H A DExprObjC.h1639 friend class CastExpr; variable
H A DExpr.h49 class CastExpr; variable
3479 CastExpr(StmtClass SC, QualType ty, ExprValueKind VK, const CastKind kind, in CastExpr() function
3492 CastExpr(StmtClass SC, EmptyShell Empty, unsigned BasePathSize, in CastExpr() function
3682 friend class CastExpr; variable
3790 friend class CastExpr; variable
H A DExprCXX.h5133 friend class CastExpr; variable
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXXABI.h29 class CastExpr; variable
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DStore.h35 class CastExpr; variable