HomeSort by relevance Sort by last modified time
    Searched refs:CASTEXPR (Results 1 - 3 of 3) sorted by null

  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
StmtNodes.inc 358 #ifndef CASTEXPR
359 # define CASTEXPR(Type, Base) EXPR(Type, Base)
361 ABSTRACT_STMT(CASTEXPR(CastExpr, Expr))
363 # define EXPLICITCASTEXPR(Type, Base) CASTEXPR(Type, Base)
365 ABSTRACT_STMT(EXPLICITCASTEXPR(ExplicitCastExpr, CastExpr))
421 # define IMPLICITCASTEXPR(Type, Base) CASTEXPR(Type, Base)
423 IMPLICITCASTEXPR(ImplicitCastExpr, CastExpr)
426 STMT_RANGE(CastExpr, CStyleCastExpr, ImplicitCastExpr)
428 #undef CASTEXPR
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
StmtNodes.inc 358 #ifndef CASTEXPR
359 # define CASTEXPR(Type, Base) EXPR(Type, Base)
361 ABSTRACT_STMT(CASTEXPR(CastExpr, Expr))
363 # define EXPLICITCASTEXPR(Type, Base) CASTEXPR(Type, Base)
365 ABSTRACT_STMT(EXPLICITCASTEXPR(ExplicitCastExpr, CastExpr))
421 # define IMPLICITCASTEXPR(Type, Base) CASTEXPR(Type, Base)
423 IMPLICITCASTEXPR(ImplicitCastExpr, CastExpr)
426 STMT_RANGE(CastExpr, CStyleCastExpr, ImplicitCastExpr)
428 #undef CASTEXPR
    [all...]
  /external/clang/lib/AST/
Expr.cpp 61 if (const CastExpr *CE = dyn_cast<CastExpr>(E)) {
    [all...]

Completed in 75 milliseconds