Lines Matching defs:Create
289 ConstantExpr *ConstantExpr::Create(const ASTContext &Context, Expr *E, in Create() function in ConstantExpr
302 ConstantExpr *ConstantExpr::Create(const ASTContext &Context, Expr *E, in Create() function in ConstantExpr
435 DeclRefExpr *DeclRefExpr::Create(const ASTContext &Context, in Create() function in DeclRefExpr
449 DeclRefExpr *DeclRefExpr::Create(const ASTContext &Context, in Create() function in DeclRefExpr
525 SYCLUniqueStableNameExpr::Create(const ASTContext &Ctx, SourceLocation OpLoc, in Create() function in SYCLUniqueStableNameExpr
592 PredefinedExpr *PredefinedExpr::Create(const ASTContext &Ctx, SourceLocation L, in Create() function in PredefinedExpr
892 IntegerLiteral::Create(const ASTContext &C, const llvm::APInt &V, in Create() function in IntegerLiteral
898 IntegerLiteral::Create(const ASTContext &C, EmptyShell Empty) { in Create() function in IntegerLiteral
922 FixedPointLiteral *FixedPointLiteral::Create(const ASTContext &C, in Create() function in FixedPointLiteral
1023 FloatingLiteral::Create(const ASTContext &C, const llvm::APFloat &V, in Create() function in FloatingLiteral
1029 FloatingLiteral::Create(const ASTContext &C, EmptyShell Empty) { in Create() function in FloatingLiteral
1124 StringLiteral *StringLiteral::Create(const ASTContext &Ctx, StringRef Str, in Create() function in StringLiteral
1423 CallExpr *CallExpr::Create(const ASTContext &Ctx, Expr *Fn, in Create() function in CallExpr
1580 OffsetOfExpr *OffsetOfExpr::Create(const ASTContext &C, QualType type, in Create() function in OffsetOfExpr
1655 MemberExpr *MemberExpr::Create( in Create() function in MemberExpr
2006 ImplicitCastExpr *ImplicitCastExpr::Create(const ASTContext &C, QualType T, in Create() function in ImplicitCastExpr
2037 CStyleCastExpr *CStyleCastExpr::Create(const ASTContext &C, QualType T, in Create() function in CStyleCastExpr
4241 GenericSelectionExpr *GenericSelectionExpr::Create( in Create() function in GenericSelectionExpr
4255 GenericSelectionExpr *GenericSelectionExpr::Create( in Create() function in GenericSelectionExpr
4324 DesignatedInitExpr::Create(const ASTContext &C, in Create() function in DesignatedInitExpr
4460 ParenListExpr *ParenListExpr::Create(const ASTContext &Ctx, in Create() function in ParenListExpr
4518 BinaryOperator *BinaryOperator::Create(const ASTContext &C, Expr *lhs, in Create() function in BinaryOperator
4540 CompoundAssignOperator::Create(const ASTContext &C, Expr *lhs, Expr *rhs, in Create() function in CompoundAssignOperator
4575 UnaryOperator *UnaryOperator::Create(const ASTContext &C, Expr *input, in Create() function in UnaryOperator
4598 PseudoObjectExpr *PseudoObjectExpr::Create(const ASTContext &Context, in Create() function in PseudoObjectExpr
4612 PseudoObjectExpr *PseudoObjectExpr::Create(const ASTContext &C, Expr *syntax, in Create() function in PseudoObjectExpr
4803 RecoveryExpr *RecoveryExpr::Create(ASTContext &Ctx, QualType T, in Create() function in RecoveryExpr
4843 OMPArrayShapingExpr::Create(const ASTContext &Context, QualType T, Expr *Op, in Create() function in OMPArrayShapingExpr
4972 OMPIteratorExpr::Create(const ASTContext &Context, QualType T, in Create() function in OMPIteratorExpr