Searched defs:CastExpr (Results 1 - 7 of 7) 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.cpp87 ExprResult complete(CastExpr *castExpr) {
2440 Expr *CastExpr) {
2441 CastOperation Op(*this, CastTypeInfo->getType(), CastExpr);
2443 Op.OpRange = SourceRange(LPLoc, CastExpr->getLocEnd());
2447 isa<InitListExpr>(CastExpr));
2462 Expr *CastExpr,
2465 CastOperation Op(*this, CastTypeInfo->getType(), CastExpr);
2467 Op.OpRange = SourceRange(Op.DestRange.getBegin(), CastExpr->getLocEnd());
2437 BuildCStyleCastExpr(SourceLocation LPLoc, TypeSourceInfo *CastTypeInfo, SourceLocation RPLoc, Expr *CastExpr) argument
2460 BuildCXXFunctionalCastExpr(TypeSourceInfo *CastTypeInfo, SourceLocation LPLoc, Expr *CastExpr, SourceLocation RPLoc) argument
H A DSemaOpenMP.cpp5541 auto CastExpr = BuildCStyleCastExpr( local
5544 if (CastExpr.isInvalid())
5546 Init = CastExpr.get();
H A DSemaExpr.cpp5399 Expr *CastExpr, CastKind &Kind) {
5402 QualType SrcTy = CastExpr->getType();
5417 return CastExpr;
5429 ExprResult CastExprRes = CastExpr;
5433 CastExpr = ImpCastExprToType(CastExprRes.get(), DestElemTy, CK).get();
5436 return CastExpr;
5442 SourceLocation RParenLoc, Expr *CastExpr) {
5443 assert(!D.isInvalidType() && (CastExpr != nullptr) &&
5446 TypeSourceInfo *castTInfo = GetTypeForDeclaratorCast(D, CastExpr->getType());
5455 ExprResult Res = CorrectDelayedTyposInExpr(CastExpr);
5398 CheckExtVectorCast(SourceRange R, QualType DestTy, Expr *CastExpr, CastKind &Kind) argument
5440 ActOnCastExpr(Scope *S, SourceLocation LParenLoc, Declarator &D, ParsedType &Ty, SourceLocation RParenLoc, Expr *CastExpr) argument
14128 checkUnknownAnyCast(SourceRange TypeRange, QualType CastType, Expr *CastExpr, CastKind &CastKind, ExprValueKind &VK, CXXCastPath &Path) argument
[all...]
/external/clang/include/clang/Parse/
H A DParser.h1379 CastExpr // Also allow '(' type-name ')' <anything> enumerator in enum:clang::Parser::ParenParseOption
/external/clang/include/clang/AST/
H A DExpr.h40 class CastExpr;
66 const CastExpr *BasePath;
81 SubobjectAdjustment(const CastExpr *BasePath,
2655 /// CastExpr - Base class for type casts, including both implicit
2659 class CastExpr : public Expr { class in class:clang::StringLiteral::OffsetOfExpr
2666 return const_cast<CastExpr*>(this)->path_buffer();
2677 CastExpr(StmtClass SC, QualType ty, ExprValueKind VK, const CastKind kind, function in class:clang::StringLiteral::OffsetOfExpr::CastExpr
2701 CastExpr(StmtClass SC, EmptyShell Empty, unsigned BasePathSize) function in class:clang::StringLiteral::OffsetOfExpr::CastExpr
2720 return const_cast<CastExpr *>(this)->getSubExprAsWritten();
2763 class ImplicitCastExpr : public CastExpr {
[all...]
/external/robolectric/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 828 milliseconds