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
526 PredefinedExpr *PredefinedExpr::Create(const ASTContext &Ctx, SourceLocation L, in Create() function in PredefinedExpr
826 IntegerLiteral::Create(const ASTContext &C, const llvm::APInt &V, in Create() function in IntegerLiteral
832 IntegerLiteral::Create(const ASTContext &C, EmptyShell Empty) { in Create() function in IntegerLiteral
856 FixedPointLiteral *FixedPointLiteral::Create(const ASTContext &C, in Create() function in FixedPointLiteral
957 FloatingLiteral::Create(const ASTContext &C, const llvm::APFloat &V, in Create() function in FloatingLiteral
963 FloatingLiteral::Create(const ASTContext &C, EmptyShell Empty) { in Create() function in FloatingLiteral
1058 StringLiteral *StringLiteral::Create(const ASTContext &Ctx, StringRef Str, in Create() function in StringLiteral
1357 CallExpr *CallExpr::Create(const ASTContext &Ctx, Expr *Fn, in Create() function in CallExpr
1514 OffsetOfExpr *OffsetOfExpr::Create(const ASTContext &C, QualType type, in Create() function in OffsetOfExpr
1589 MemberExpr *MemberExpr::Create( in Create() function in MemberExpr
1937 ImplicitCastExpr *ImplicitCastExpr::Create(const ASTContext &C, QualType T, in Create() function in ImplicitCastExpr
1968 CStyleCastExpr *CStyleCastExpr::Create(const ASTContext &C, QualType T, in Create() function in CStyleCastExpr
4170 GenericSelectionExpr *GenericSelectionExpr::Create( in Create() function in GenericSelectionExpr
4184 GenericSelectionExpr *GenericSelectionExpr::Create( in Create() function in GenericSelectionExpr
4253 DesignatedInitExpr::Create(const ASTContext &C, in Create() function in DesignatedInitExpr
4389 ParenListExpr *ParenListExpr::Create(const ASTContext &Ctx, in Create() function in ParenListExpr
4447 BinaryOperator *BinaryOperator::Create(const ASTContext &C, Expr *lhs, in Create() function in BinaryOperator
4469 CompoundAssignOperator::Create(const ASTContext &C, Expr *lhs, Expr *rhs, in Create() function in CompoundAssignOperator
4504 UnaryOperator *UnaryOperator::Create(const ASTContext &C, Expr *input, in Create() function in UnaryOperator
4527 PseudoObjectExpr *PseudoObjectExpr::Create(const ASTContext &Context, in Create() function in PseudoObjectExpr
4541 PseudoObjectExpr *PseudoObjectExpr::Create(const ASTContext &C, Expr *syntax, in Create() function in PseudoObjectExpr
4732 RecoveryExpr *RecoveryExpr::Create(ASTContext &Ctx, QualType T, in Create() function in RecoveryExpr
4772 OMPArrayShapingExpr::Create(const ASTContext &Context, QualType T, Expr *Op, in Create() function in OMPArrayShapingExpr
4901 OMPIteratorExpr::Create(const ASTContext &Context, QualType T, in Create() function in OMPIteratorExpr