Searched defs:CastExpr (Results 1 – 9 of 9) 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 | 28 class CastExpr; variable
|
/external/clang/lib/Sema/ |
D | SemaCast.cpp | 2379 Expr *CastExpr) { in BuildCStyleCastExpr() 2401 Expr *CastExpr, in BuildCXXFunctionalCastExpr()
|
D | SemaExpr.cpp | 5176 Expr *CastExpr, CastKind &Kind) { in CheckExtVectorCast() 5219 SourceLocation RParenLoc, Expr *CastExpr) { in ActOnCastExpr() 13350 Expr *CastExpr, CastKind &CastKind, in checkUnknownAnyCast()
|
/external/chromium_org/v8/tools/gcmole/ |
D | gcmole.cc | 747 DECL_VISIT_EXPR(CastExpr) { in DECL_VISIT_EXPR() argument
|
/external/clang/include/clang/Parse/ |
D | Parser.h | 1393 CastExpr // Also allow '(' type-name ')' <anything> enumerator
|
/external/clang/include/clang/AST/ |
D | Expr.h | 40 class CastExpr; variable 2676 CastExpr(StmtClass SC, QualType ty, ExprValueKind VK, in CastExpr() function 2697 CastExpr(StmtClass SC, EmptyShell Empty, unsigned BasePathSize) in CastExpr() function
|
D | Stmt.h | 219 friend class CastExpr; variable
|
/external/clang/include/clang/ASTMatchers/ |
D | ASTMatchers.h | 2623 AST_MATCHER_P(CastExpr, hasSourceExpression, in AST_MATCHER_P() argument
|