Searched defs:CastExpr (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | Store.h | 35 class CastExpr; variable
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGCXXABI.h | 29 class CastExpr; variable
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | ThreadSafetyCommon.h | 48 class CastExpr; variable
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaCast.cpp | 3344 Expr *CastExpr) { in BuildCStyleCastExpr() 3370 Expr *CastExpr, in BuildCXXFunctionalCastExpr()
|
H A D | SemaExpr.cpp | 7629 Expr *CastExpr, CastKind &Kind) { in CheckExtVectorCast() 7665 SourceLocation RParenLoc, Expr *CastExpr) { in ActOnCastExpr() 20617 Expr *CastExpr, CastKind &CastKind, in checkUnknownAnyCast()
|
H A D | SemaOpenMP.cpp | 18660 ExprResult CastExpr = S.BuildCStyleCastExpr( in actOnOMPReductionKindClause() local
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | Expr.h | 49 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 D | ExprCXX.h | 5301 friend class CastExpr; variable
|
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 6066 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 D | Parser.h | 1945 CastExpr // Also allow '(' type-name ')' <anything> enumerator
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | UnsafeBufferUsage.cpp | 250 AST_MATCHER_P(CastExpr, castSubExpr, internal::Matcher<Expr>, innerMatcher) { in AST_MATCHER_P() argument
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/ |
H A D | ItaniumDemangle.h | 2015 CastExpr(std::string_view CastKind_, const Node *To_, const Node *From_, in CastExpr() function
|