Home
last modified time | relevance | path

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

/external/javassist/src/main/javassist/compiler/ast/
DCastExpr.java24 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/
DCGCXXABI.h28 class CastExpr; variable
/external/clang/lib/Sema/
DSemaCast.cpp2330 Expr *CastExpr) { in BuildCStyleCastExpr()
2352 Expr *CastExpr, in BuildCXXFunctionalCastExpr()
DSemaExpr.cpp4955 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/
DParser.h1291 CastExpr // Also allow '(' type-name ')' <anything> enumerator
/external/chromium_org/v8/tools/gcmole/
Dgcmole.cc761 DECL_VISIT_EXPR(CastExpr) { in DECL_VISIT_EXPR() argument
/external/v8/tools/gcmole/
Dgcmole.cc763 DECL_VISIT_EXPR(CastExpr) { in DECL_VISIT_EXPR() argument
/external/clang/include/clang/AST/
DExpr.h40 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
DStmt.h219 friend class CastExpr; variable
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h2582 AST_MATCHER_P(CastExpr, hasSourceExpression, in AST_MATCHER_P() argument