Home
last modified time | relevance | path

Searched defs:CastExpr (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DStore.h35 class CastExpr; variable
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXXABI.h29 class CastExpr; variable
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h49 class CastExpr; variable
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp3442 Expr *CastExpr) { in BuildCStyleCastExpr()
3470 Expr *CastExpr, in BuildCXXFunctionalCastExpr()
H A DSemaExpr.cpp7785 Expr *CastExpr, CastKind &Kind) { in CheckExtVectorCast()
7821 SourceLocation RParenLoc, Expr *CastExpr) { in ActOnCastExpr()
21111 Expr *CastExpr, CastKind &CastKind, in checkUnknownAnyCast()
H A DSemaOpenMP.cpp19315 ExprResult CastExpr = S.BuildCStyleCastExpr( in actOnOMPReductionKindClause() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h49 class CastExpr; variable
3617 CastExpr(StmtClass SC, QualType ty, ExprValueKind VK, const CastKind kind, in CastExpr() function
3630 CastExpr(StmtClass SC, EmptyShell Empty, unsigned BasePathSize, in CastExpr() function
3837 friend class CastExpr; variable
3945 friend class CastExpr; variable
H A DExprObjC.h1632 friend class CastExpr; variable
H A DExprCXX.h5416 friend class CastExpr; variable
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6112 AST_POLYMORPHIC_SUPPORTED_TYPES(CastExpr, in AST_POLYMORPHIC_MATCHER_P()
6131 AST_MATCHER_P(CastExpr, hasCastKind, CastKind, Kind) { in AST_MATCHER_P() argument
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h121 CastExpr // Also allow '(' type-name ')' <anything> enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h2053 CastExpr(std::string_view CastKind_, const Node *To_, const Node *From_, in CastExpr() function