/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | Store.h | 35 class CastExpr; variable
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGCXXABI.h | 29 class CastExpr; variable
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | ThreadSafetyCommon.h | 48 class CastExpr; variable
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaCast.cpp | 3334 BuildCStyleCastExpr(SourceLocation LPLoc,TypeSourceInfo * CastTypeInfo,SourceLocation RPLoc,Expr * CastExpr) BuildCStyleCastExpr() argument 3360 BuildCXXFunctionalCastExpr(TypeSourceInfo * CastTypeInfo,QualType Type,SourceLocation LPLoc,Expr * CastExpr,SourceLocation RPLoc) BuildCXXFunctionalCastExpr() argument
|
H A D | SemaExpr.cpp | 8475 CheckExtVectorCast(SourceRange R,QualType DestTy,Expr * CastExpr,CastKind & Kind) CheckExtVectorCast() argument 8511 ActOnCastExpr(Scope * S,SourceLocation LParenLoc,Declarator & D,ParsedType & Ty,SourceLocation RParenLoc,Expr * CastExpr) ActOnCastExpr() argument 21619 checkUnknownAnyCast(SourceRange TypeRange,QualType CastType,Expr * CastExpr,CastKind & CastKind,ExprValueKind & VK,CXXCastPath & Path) checkUnknownAnyCast() argument [all...] |
H A D | SemaOpenMP.cpp | 19858 ExprResult CastExpr = S.BuildCStyleCastExpr( actOnOMPReductionKindClause() local
|
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | Expr.h | 49 class CastExpr; variable 3479 CastExpr(StmtClass SC, QualType ty, ExprValueKind VK, const CastKind kind, CastExpr() function 3492 CastExpr(StmtClass SC, EmptyShell Empty, unsigned BasePathSize, CastExpr() function 3682 friend class CastExpr; global() variable 3790 friend class CastExpr; global() variable [all...] |
H A D | ExprObjC.h | 1639 friend class CastExpr; variable
|
H A D | ExprCXX.h | 5133 friend class CastExpr; global() variable
|
/freebsd-src/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 6042 AST_POLYMORPHIC_MATCHER_P(hasSourceExpression,AST_POLYMORPHIC_SUPPORTED_TYPES (CastExpr,OpaqueValueExpr),internal::Matcher<Expr>,InnerMatcher) AST_POLYMORPHIC_MATCHER_P() argument 6061 AST_MATCHER_P(CastExpr,hasCastKind,CastKind,Kind) AST_MATCHER_P() argument
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Parse/ |
H A D | Parser.h | 1889 CastExpr // Also allow '(' type-name ')' <anything> global() enumerator
|
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/ |
H A D | UnsafeBufferUsage.cpp | 235 AST_MATCHER_P(CastExpr,castSubExpr,internal::Matcher<Expr>,innerMatcher) AST_MATCHER_P() argument
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Demangle/ |
H A D | ItaniumDemangle.h | 2016 CastExpr(std::string_view CastKind_, const Node *To_, const Node *From_, CastExpr() function
|