Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DStore.h35 class CastExpr; variable
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXXABI.h29 class CastExpr; variable
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h48 class CastExpr; variable
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp3334 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 DSemaExpr.cpp8475 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 DSemaOpenMP.cpp19858 ExprResult CastExpr = S.BuildCStyleCastExpr( actOnOMPReductionKindClause() local
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h49 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 DExprObjC.h1639 friend class CastExpr; variable
H A DExprCXX.h5133 friend class CastExpr; global() variable
/freebsd-src/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6042 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 DParser.h1889 CastExpr // Also allow '(' type-name ')' <anything> global() enumerator
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp235 AST_MATCHER_P(CastExpr,castSubExpr,internal::Matcher<Expr>,innerMatcher) AST_MATCHER_P() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h2016 CastExpr(std::string_view CastKind_, const Node *To_, const Node *From_, CastExpr() function