Searched defs:CastExpr (Results 1 - 8 of 8) sorted by relevance

/external/javassist/src/main/javassist/compiler/ast/
H A DCastExpr.java24 public class CastExpr extends ASTList implements TokenId { class in inherits:ASTList,TokenId
28 public CastExpr(ASTList className, int dim, ASTree expr) { method in class:CastExpr
34 public CastExpr(int type, int dim, ASTree expr) { method in class:CastExpr
/external/clang/lib/Sema/
H A DSemaCast.cpp88 ExprResult complete(CastExpr *castExpr) {
2596 Expr *CastExpr) {
2597 CastOperation Op(*this, CastTypeInfo->getType(), CastExpr);
2599 Op.OpRange = SourceRange(LPLoc, CastExpr->getLocEnd());
2603 isa<InitListExpr>(CastExpr));
2618 Expr *CastExpr,
2621 CastOperation Op(*this, CastTypeInfo->getType(), CastExpr);
2623 Op.OpRange = SourceRange(Op.DestRange.getBegin(), CastExpr->getLocEnd());
2593 BuildCStyleCastExpr(SourceLocation LPLoc, TypeSourceInfo *CastTypeInfo, SourceLocation RPLoc, Expr *CastExpr) argument
2616 BuildCXXFunctionalCastExpr(TypeSourceInfo *CastTypeInfo, SourceLocation LPLoc, Expr *CastExpr, SourceLocation RPLoc) argument
H A DSemaExpr.cpp5902 Expr *CastExpr, CastKind &Kind) {
5905 QualType SrcTy = CastExpr->getType();
5920 return CastExpr;
5932 return prepareVectorSplat(DestTy, CastExpr);
5938 SourceLocation RParenLoc, Expr *CastExpr) {
5939 assert(!D.isInvalidType() && (CastExpr != nullptr) &&
5942 TypeSourceInfo *castTInfo = GetTypeForDeclaratorCast(D, CastExpr->getType());
5951 ExprResult Res = CorrectDelayedTyposInExpr(CastExpr);
5954 CastExpr = Res.get();
5966 ParenExpr *PE = dyn_cast<ParenExpr>(CastExpr);
5901 CheckExtVectorCast(SourceRange R, QualType DestTy, Expr *CastExpr, CastKind &Kind) argument
5936 ActOnCastExpr(Scope *S, SourceLocation LParenLoc, Declarator &D, ParsedType &Ty, SourceLocation RParenLoc, Expr *CastExpr) argument
14863 checkUnknownAnyCast(SourceRange TypeRange, QualType CastType, Expr *CastExpr, CastKind &CastKind, ExprValueKind &VK, CXXCastPath &Path) argument
[all...]
/external/clang/include/clang/Parse/
H A DParser.h1474 CastExpr // Also allow '(' type-name ')' <anything> enumerator in enum:clang::Parser::ParenParseOption
/external/clang/include/clang/AST/
H A DExpr.h42 class CastExpr;
67 const CastExpr *BasePath;
82 SubobjectAdjustment(const CastExpr *BasePath,
2628 /// CastExpr - Base class for type casts, including both implicit
2632 class CastExpr : public Expr { class in class:clang::StringLiteral::final::CallExpr
2639 return const_cast<CastExpr*>(this)->path_buffer();
2650 CastExpr(StmtClass SC, QualType ty, ExprValueKind VK, const CastKind kind, function in class:clang::StringLiteral::final::CallExpr::CastExpr
2674 CastExpr(StmtClass SC, EmptyShell Empty, unsigned BasePathSize) function in class:clang::StringLiteral::final::CallExpr::CastExpr
2693 return const_cast<CastExpr *>(this)->getSubExprAsWritten();
2735 : public CastExpr,
[all...]
/external/guice/extensions/persist/lib/
H A Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ...
/external/guice/extensions/struts2/lib/
H A Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ...
/external/robolectric/v1/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...

Completed in 246 milliseconds