Home
last modified time | relevance | path

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

123

/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/expr/
H A DCastExpr.java33 public final class CastExpr extends Expression implements NodeWithType<CastExpr> { class
39 public CastExpr() { in CastExpr() method in CastExpr
42 public CastExpr(Type type, Expression expr) { in CastExpr() method in CastExpr
47 public CastExpr(Range range, Type type, Expression expr) { in CastExpr() method in CastExpr
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/expr/
H A DCastExpr.java31 public final class CastExpr extends Expression { class
37 public CastExpr() { in CastExpr() method in CastExpr
40 public CastExpr(Type type, Expression expr) { in CastExpr() method in CastExpr
45 …public CastExpr(int beginLine, int beginColumn, int endLine, int endColumn, Type type, Expression … in CastExpr() method in CastExpr
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/expr/
H A DCastExpr.java46 public class CastExpr extends Expression implements NodeWithType<CastExpr, Type>, NodeWithExpressio… class
52 public CastExpr() { in CastExpr() method in CastExpr
57 public CastExpr(Type type, Expression expression) { in CastExpr() method in CastExpr
65 public CastExpr(TokenRange tokenRange, Type type, Expression expression) { in CastExpr() method in CastExpr
/aosp_15_r20/external/javassist/src/main/javassist/compiler/ast/
H A DCastExpr.java25 public class CastExpr extends ASTList implements TokenId { class
31 public CastExpr(ASTList className, int dim, ASTree expr) { in CastExpr() method in CastExpr
37 public CastExpr(int type, int dim, ASTree expr) { in CastExpr() method in CastExpr
/aosp_15_r20/external/sdk-platform-java/gapic-generator-java/src/main/java/com/google/api/generator/engine/ast/
H A DCastExpr.java21 public abstract class CastExpr implements Expr { class
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/StaticAnalyzer/Core/PathSensitive/
DStore.h35 class CastExpr; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/StaticAnalyzer/Core/PathSensitive/
DStore.h35 class CastExpr; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/StaticAnalyzer/Core/PathSensitive/
DStore.h35 class CastExpr; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/StaticAnalyzer/Core/PathSensitive/
DStore.h35 class CastExpr; variable
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGCXXABI.h29 class CastExpr; variable
/aosp_15_r20/frameworks/compile/slang/
Dslang_rs_object_ref_count.cpp1501 clang::Expr* CastExpr = clang::ImplicitCastExpr::Create( in CreateRetStmtWithTempVar() local
1616 clang::Expr* CastExpr = clang::ImplicitCastExpr::Create( in VisitCallExpr() local
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaCast.cpp2596 Expr *CastExpr) { in BuildCStyleCastExpr()
2618 Expr *CastExpr, in BuildCXXFunctionalCastExpr()
/aosp_15_r20/external/clang/include/clang/AST/
H A DExprCXX.h282 friend class CastExpr; variable
321 friend class CastExpr; variable
362 friend class CastExpr; variable
397 friend class CastExpr; variable
1436 friend class CastExpr; variable
H A DExpr.h42 class CastExpr; variable
2650 CastExpr(StmtClass SC, QualType ty, ExprValueKind VK, const CastKind kind, in CastExpr() function
2674 CastExpr(StmtClass SC, EmptyShell Empty, unsigned BasePathSize) in CastExpr() function
2774 friend class CastExpr; variable
2876 friend class CastExpr; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Analysis/Analyses/
DThreadSafetyCommon.h48 class CastExpr; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Analysis/Analyses/
DThreadSafetyCommon.h48 class CastExpr; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Analysis/Analyses/
DThreadSafetyCommon.h48 class CastExpr; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Analysis/Analyses/
DThreadSafetyCommon.h48 class CastExpr; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DExpr.h48 class CastExpr; variable
3530 CastExpr(StmtClass SC, QualType ty, ExprValueKind VK, const CastKind kind, in CastExpr() function
3543 CastExpr(StmtClass SC, EmptyShell Empty, unsigned BasePathSize, in CastExpr() function
3733 friend class CastExpr; variable
3841 friend class CastExpr; variable
DExprObjC.h1639 friend class CastExpr; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DExpr.h49 class CastExpr; variable
3496 CastExpr(StmtClass SC, QualType ty, ExprValueKind VK, const CastKind kind, in CastExpr() function
3509 CastExpr(StmtClass SC, EmptyShell Empty, unsigned BasePathSize, in CastExpr() function
3711 friend class CastExpr; variable
3819 friend class CastExpr; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DExpr.h49 class CastExpr; variable
3502 CastExpr(StmtClass SC, QualType ty, ExprValueKind VK, const CastKind kind, in CastExpr() function
3515 CastExpr(StmtClass SC, EmptyShell Empty, unsigned BasePathSize, in CastExpr() function
3705 friend class CastExpr; variable
3813 friend class CastExpr; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DExpr.h49 class CastExpr; variable
3502 CastExpr(StmtClass SC, QualType ty, ExprValueKind VK, const CastKind kind, in CastExpr() function
3515 CastExpr(StmtClass SC, EmptyShell Empty, unsigned BasePathSize, in CastExpr() function
3705 friend class CastExpr; variable
3813 friend class CastExpr; variable
/aosp_15_r20/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h3682 AST_POLYMORPHIC_SUPPORTED_TYPES(CastExpr, in AST_POLYMORPHIC_MATCHER_P()
3698 AST_MATCHER_P(CastExpr, hasCastKind, CastKind, Kind) { in AST_MATCHER_P() argument
/aosp_15_r20/external/clang/include/clang/Parse/
H A DParser.h1474 CastExpr // Also allow '(' type-name ')' <anything> enumerator

123