Lines Matching defs:Create
390 ConstantExpr *ConstantExpr::Create(const ASTContext &Context, Expr *E, in Create() function in ConstantExpr
403 ConstantExpr *ConstantExpr::Create(const ASTContext &Context, Expr *E, in Create() function in ConstantExpr
536 DeclRefExpr *DeclRefExpr::Create(const ASTContext &Context, in Create() function in DeclRefExpr
550 DeclRefExpr *DeclRefExpr::Create(const ASTContext &Context, in Create() function in DeclRefExpr
626 SYCLUniqueStableNameExpr::Create(const ASTContext &Ctx, SourceLocation OpLoc, in Create() function in SYCLUniqueStableNameExpr
684 PredefinedExpr *PredefinedExpr::Create(const ASTContext &Ctx, SourceLocation L, in Create() function in PredefinedExpr
983 IntegerLiteral::Create(const ASTContext &C, const llvm::APInt &V, in Create() function in IntegerLiteral
989 IntegerLiteral::Create(const ASTContext &C, EmptyShell Empty) { in Create() function in IntegerLiteral
1013 FixedPointLiteral *FixedPointLiteral::Create(const ASTContext &C, in Create() function in FixedPointLiteral
1084 FloatingLiteral::Create(const ASTContext &C, const llvm::APFloat &V, in Create() function in FloatingLiteral
1090 FloatingLiteral::Create(const ASTContext &C, EmptyShell Empty) { in Create() function in FloatingLiteral
1185 StringLiteral *StringLiteral::Create(const ASTContext &Ctx, StringRef Str, in Create() function in StringLiteral
1478 CallExpr *CallExpr::Create(const ASTContext &Ctx, Expr *Fn, in Create() function in CallExpr
1639 OffsetOfExpr *OffsetOfExpr::Create(const ASTContext &C, QualType type, in Create() function in OffsetOfExpr
1714 MemberExpr *MemberExpr::Create( in Create() function in MemberExpr
2067 ImplicitCastExpr *ImplicitCastExpr::Create(const ASTContext &C, QualType T, in Create() function in ImplicitCastExpr
2098 CStyleCastExpr *CStyleCastExpr::Create(const ASTContext &C, QualType T, in Create() function in CStyleCastExpr
4355 GenericSelectionExpr *GenericSelectionExpr::Create( in Create() function in GenericSelectionExpr
4369 GenericSelectionExpr *GenericSelectionExpr::Create( in Create() function in GenericSelectionExpr
4438 DesignatedInitExpr::Create(const ASTContext &C, in Create() function in DesignatedInitExpr
4575 ParenListExpr *ParenListExpr::Create(const ASTContext &Ctx, in Create() function in ParenListExpr
4633 BinaryOperator *BinaryOperator::Create(const ASTContext &C, Expr *lhs, in Create() function in BinaryOperator
4655 CompoundAssignOperator::Create(const ASTContext &C, Expr *lhs, Expr *rhs, in Create() function in CompoundAssignOperator
4690 UnaryOperator *UnaryOperator::Create(const ASTContext &C, Expr *input, in Create() function in UnaryOperator
4713 PseudoObjectExpr *PseudoObjectExpr::Create(const ASTContext &Context, in Create() function in PseudoObjectExpr
4727 PseudoObjectExpr *PseudoObjectExpr::Create(const ASTContext &C, Expr *syntax, in Create() function in PseudoObjectExpr
4929 RecoveryExpr *RecoveryExpr::Create(ASTContext &Ctx, QualType T, in Create() function in RecoveryExpr
4969 OMPArrayShapingExpr::Create(const ASTContext &Context, QualType T, Expr *Op, in Create() function in OMPArrayShapingExpr
5098 OMPIteratorExpr::Create(const ASTContext &Context, QualType T, in Create() function in OMPIteratorExpr