Searched defs:CastExpr (Results 1 – 10 of 10) sorted by relevance
/external/javassist/src/main/javassist/compiler/ast/ |
D | CastExpr.java | 24 public class CastExpr extends ASTList implements TokenId { class 28 public CastExpr(ASTList className, int dim, ASTree expr) { in CastExpr() method in CastExpr 34 public CastExpr(int type, int dim, ASTree expr) { in CastExpr() method in CastExpr
|
/external/clang/lib/CodeGen/ |
D | CGCXXABI.h | 29 class CastExpr; variable
|
/external/clang/lib/Sema/ |
D | SemaCast.cpp | 2464 Expr *CastExpr) { in BuildCStyleCastExpr() 2486 Expr *CastExpr, in BuildCXXFunctionalCastExpr()
|
D | SemaExpr.cpp | 5592 Expr *CastExpr, CastKind &Kind) { in CheckExtVectorCast() 5635 SourceLocation RParenLoc, Expr *CastExpr) { in ActOnCastExpr() 14391 Expr *CastExpr, CastKind &CastKind, in checkUnknownAnyCast()
|
D | SemaOpenMP.cpp | 7357 auto CastExpr = BuildCStyleCastExpr( in ActOnOpenMPReductionClause() local
|
/external/clang/include/clang/Parse/ |
D | Parser.h | 1452 CastExpr // Also allow '(' type-name ')' <anything> enumerator
|
/external/v8/tools/gcmole/ |
D | gcmole.cc | 747 DECL_VISIT_EXPR(CastExpr) { in DECL_VISIT_EXPR() argument
|
/external/clang/include/clang/AST/ |
D | Expr.h | 41 class CastExpr; variable 2724 CastExpr(StmtClass SC, QualType ty, ExprValueKind VK, const CastKind kind, in CastExpr() function 2748 CastExpr(StmtClass SC, EmptyShell Empty, unsigned BasePathSize) in CastExpr() function
|
D | Stmt.h | 174 friend class CastExpr; in LLVM_ALIGNAS() local
|
/external/clang/include/clang/ASTMatchers/ |
D | ASTMatchers.h | 3259 AST_MATCHER_P(CastExpr, hasSourceExpression, in AST_MATCHER_P() argument
|