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.h48 class CastExpr; variable
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp3344 Expr *CastExpr) { in BuildCStyleCastExpr()
3370 Expr *CastExpr, in BuildCXXFunctionalCastExpr()
H A DSemaExpr.cpp7629 Expr *CastExpr, CastKind &Kind) { in CheckExtVectorCast()
7665 SourceLocation RParenLoc, Expr *CastExpr) { in ActOnCastExpr()
20617 Expr *CastExpr, CastKind &CastKind, in checkUnknownAnyCast()
H A DSemaOpenMP.cpp18660 ExprResult CastExpr = S.BuildCStyleCastExpr( in actOnOMPReductionKindClause() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h49 class CastExpr; variable
3511 CastExpr(StmtClass SC, QualType ty, ExprValueKind VK, const CastKind kind, in CastExpr() function
3524 CastExpr(StmtClass SC, EmptyShell Empty, unsigned BasePathSize, in CastExpr() function
3731 friend class CastExpr; variable
3839 friend class CastExpr; variable
H A DExprCXX.h5301 friend class CastExpr; variable
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6066 AST_POLYMORPHIC_SUPPORTED_TYPES(CastExpr, in AST_POLYMORPHIC_MATCHER_P()
6085 AST_MATCHER_P(CastExpr, hasCastKind, CastKind, Kind) { in AST_MATCHER_P() argument
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1945 CastExpr // Also allow '(' type-name ')' <anything> enumerator
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp250 AST_MATCHER_P(CastExpr, castSubExpr, internal::Matcher<Expr>, innerMatcher) { in AST_MATCHER_P() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h2015 CastExpr(std::string_view CastKind_, const Node *To_, const Node *From_, in CastExpr() function