Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DStore.h35 class CastExpr; variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DComputeDependence.h33 class CastExpr; variable
H A DExpr.h47 class CastExpr; variable
3412 CastExpr(StmtClass SC, QualType ty, ExprValueKind VK, const CastKind kind, in CastExpr() function
3426 CastExpr(StmtClass SC, EmptyShell Empty, unsigned BasePathSize, in CastExpr() function
3602 friend class CastExpr; variable
3708 friend class CastExpr; variable
H A DExprObjC.h1630 friend class CastExpr; variable
H A DExprCXX.h4881 friend class CastExpr; variable
H A DStmt.h516 friend class CastExpr; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCXXABI.h29 class CastExpr; variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h46 class CastExpr; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCast.cpp3183 Expr *CastExpr) { in BuildCStyleCastExpr()
3209 Expr *CastExpr, in BuildCXXFunctionalCastExpr()
H A DSemaExpr.cpp7503 Expr *CastExpr, CastKind &Kind) { in CheckExtVectorCast()
7539 SourceLocation RParenLoc, Expr *CastExpr) { in ActOnCastExpr()
19389 Expr *CastExpr, CastKind &CastKind, in checkUnknownAnyCast()
H A DSemaOpenMP.cpp16764 ExprResult CastExpr = S.BuildCStyleCastExpr( in actOnOMPReductionKindClause() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5587 AST_POLYMORPHIC_SUPPORTED_TYPES(CastExpr, in AST_POLYMORPHIC_MATCHER_P()
5606 AST_MATCHER_P(CastExpr, hasCastKind, CastKind, Kind) { in AST_MATCHER_P() argument
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h1829 CastExpr // Also allow '(' type-name ')' <anything> enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h1723 CastExpr(StringView CastKind_, const Node *To_, const Node *From_) in CastExpr() function