Lines Matching defs:Create
327 ConstantExpr *ConstantExpr::Create(const ASTContext &Context, Expr *E, in Create() function in ConstantExpr
340 ConstantExpr *ConstantExpr::Create(const ASTContext &Context, Expr *E, in Create() function in ConstantExpr
478 DeclRefExpr *DeclRefExpr::Create(const ASTContext &Context, in Create() function in DeclRefExpr
492 DeclRefExpr *DeclRefExpr::Create(const ASTContext &Context, in Create() function in DeclRefExpr
568 SYCLUniqueStableNameExpr::Create(const ASTContext &Ctx, SourceLocation OpLoc, in Create() function in SYCLUniqueStableNameExpr
628 PredefinedExpr *PredefinedExpr::Create(const ASTContext &Ctx, SourceLocation L, in Create() function in PredefinedExpr
947 IntegerLiteral::Create(const ASTContext &C, const llvm::APInt &V, in Create() function in IntegerLiteral
953 IntegerLiteral::Create(const ASTContext &C, EmptyShell Empty) { in Create() function in IntegerLiteral
977 FixedPointLiteral *FixedPointLiteral::Create(const ASTContext &C, in Create() function in FixedPointLiteral
1048 FloatingLiteral::Create(const ASTContext &C, const llvm::APFloat &V, in Create() function in FloatingLiteral
1054 FloatingLiteral::Create(const ASTContext &C, EmptyShell Empty) { in Create() function in FloatingLiteral
1161 StringLiteral *StringLiteral::Create(const ASTContext &Ctx, StringRef Str, in Create() function in StringLiteral
1464 CallExpr *CallExpr::Create(const ASTContext &Ctx, Expr *Fn, in Create() function in CallExpr
1627 OffsetOfExpr *OffsetOfExpr::Create(const ASTContext &C, QualType type, in Create() function in OffsetOfExpr
1702 MemberExpr *MemberExpr::Create( in Create() function in MemberExpr
2049 ImplicitCastExpr *ImplicitCastExpr::Create(const ASTContext &C, QualType T, in Create() function in ImplicitCastExpr
2080 CStyleCastExpr *CStyleCastExpr::Create(const ASTContext &C, QualType T, in Create() function in CStyleCastExpr
4411 GenericSelectionExpr *GenericSelectionExpr::Create( in Create() function in GenericSelectionExpr
4425 GenericSelectionExpr *GenericSelectionExpr::Create( in Create() function in GenericSelectionExpr
4439 GenericSelectionExpr *GenericSelectionExpr::Create( in Create() function in GenericSelectionExpr
4454 GenericSelectionExpr *GenericSelectionExpr::Create( in Create() function in GenericSelectionExpr
4523 DesignatedInitExpr::Create(const ASTContext &C, in Create() function in DesignatedInitExpr
4655 ParenListExpr *ParenListExpr::Create(const ASTContext &Ctx, in Create() function in ParenListExpr
4713 BinaryOperator *BinaryOperator::Create(const ASTContext &C, Expr *lhs, in Create() function in BinaryOperator
4735 CompoundAssignOperator::Create(const ASTContext &C, Expr *lhs, Expr *rhs, in Create() function in CompoundAssignOperator
4770 UnaryOperator *UnaryOperator::Create(const ASTContext &C, Expr *input, in Create() function in UnaryOperator
4793 PseudoObjectExpr *PseudoObjectExpr::Create(const ASTContext &Context, in Create() function in PseudoObjectExpr
4807 PseudoObjectExpr *PseudoObjectExpr::Create(const ASTContext &C, Expr *syntax, in Create() function in PseudoObjectExpr
5036 RecoveryExpr *RecoveryExpr::Create(ASTContext &Ctx, QualType T, in Create() function in RecoveryExpr
5076 OMPArrayShapingExpr::Create(const ASTContext &Context, QualType T, Expr *Op, in Create() function in OMPArrayShapingExpr
5205 OMPIteratorExpr::Create(const ASTContext &Context, QualType T, in Create() function in OMPIteratorExpr