Home
last modified time | relevance | path

Searched defs:CastExpr (Results 1 – 11 of 11) 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.h29 class CastExpr; variable
/external/clang/lib/Sema/
DSemaCast.cpp2440 Expr *CastExpr) { in BuildCStyleCastExpr()
2462 Expr *CastExpr, in BuildCXXFunctionalCastExpr()
DSemaExpr.cpp5399 Expr *CastExpr, CastKind &Kind) { in CheckExtVectorCast()
5442 SourceLocation RParenLoc, Expr *CastExpr) { in ActOnCastExpr()
14129 Expr *CastExpr, CastKind &CastKind, in checkUnknownAnyCast()
DSemaOpenMP.cpp5541 auto CastExpr = BuildCStyleCastExpr( in ActOnOpenMPReductionClause() local
/external/v8/tools/gcmole/
Dgcmole.cc747 DECL_VISIT_EXPR(CastExpr) { in DECL_VISIT_EXPR() argument
/external/clang/include/clang/Parse/
DParser.h1379 CastExpr // Also allow '(' type-name ')' <anything> enumerator
/external/clang/include/clang/AST/
DExpr.h40 class CastExpr; variable
2677 CastExpr(StmtClass SC, QualType ty, ExprValueKind VK, const CastKind kind, in CastExpr() function
2701 CastExpr(StmtClass SC, EmptyShell Empty, unsigned BasePathSize) in CastExpr() function
DStmt.h219 friend class CastExpr; in LLVM_ALIGNAS() local
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h2961 AST_MATCHER_P(CastExpr, hasSourceExpression, in AST_MATCHER_P() argument
/external/robolectric/lib/main/
Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/ ...