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 | 28 class CastExpr; variable
|
/external/clang/lib/Sema/ |
D | SemaCast.cpp | 2330 Expr *CastExpr) { in BuildCStyleCastExpr() 2352 Expr *CastExpr, in BuildCXXFunctionalCastExpr()
|
D | SemaExpr.cpp | 4955 Expr *CastExpr, CastKind &Kind) { in CheckExtVectorCast() 4998 SourceLocation RParenLoc, Expr *CastExpr) { in ActOnCastExpr() 12613 Expr *CastExpr, CastKind &CastKind, in checkUnknownAnyCast()
|
/external/clang/include/clang/Parse/ |
D | Parser.h | 1291 CastExpr // Also allow '(' type-name ')' <anything> enumerator
|
/external/chromium_org/v8/tools/gcmole/ |
D | gcmole.cc | 761 DECL_VISIT_EXPR(CastExpr) { in DECL_VISIT_EXPR() argument
|
/external/v8/tools/gcmole/ |
D | gcmole.cc | 763 DECL_VISIT_EXPR(CastExpr) { in DECL_VISIT_EXPR() argument
|
/external/clang/include/clang/AST/ |
D | Expr.h | 40 class CastExpr; variable 2646 CastExpr(StmtClass SC, QualType ty, ExprValueKind VK, in CastExpr() function 2669 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 | 2582 AST_MATCHER_P(CastExpr, hasSourceExpression, in AST_MATCHER_P() argument
|