Lines Matching defs:Create
368 DeclRefExpr *DeclRefExpr::Create(const ASTContext &Context, in Create() function in DeclRefExpr
384 DeclRefExpr *DeclRefExpr::Create(const ASTContext &Context, in Create() function in DeclRefExpr
720 IntegerLiteral::Create(const ASTContext &C, const llvm::APInt &V, in Create() function in IntegerLiteral
726 IntegerLiteral::Create(const ASTContext &C, EmptyShell Empty) { in Create() function in IntegerLiteral
746 FloatingLiteral::Create(const ASTContext &C, const llvm::APFloat &V, in Create() function in FloatingLiteral
752 FloatingLiteral::Create(const ASTContext &C, EmptyShell Empty) { in Create() function in FloatingLiteral
826 StringLiteral *StringLiteral::Create(const ASTContext &C, StringRef Str, in Create() function in StringLiteral
1310 OffsetOfExpr *OffsetOfExpr::Create(const ASTContext &C, QualType type, in Create() function in OffsetOfExpr
1402 MemberExpr *MemberExpr::Create( in Create() function in MemberExpr
1652 ImplicitCastExpr *ImplicitCastExpr::Create(const ASTContext &C, QualType T, in Create() function in ImplicitCastExpr
1673 CStyleCastExpr *CStyleCastExpr::Create(const ASTContext &C, QualType T, in Create() function in CStyleCastExpr
3588 DesignatedInitExpr::Create(const ASTContext &C, in Create() function in DesignatedInitExpr
3738 PseudoObjectExpr *PseudoObjectExpr::Create(const ASTContext &Context, in Create() function in PseudoObjectExpr
3752 PseudoObjectExpr *PseudoObjectExpr::Create(const ASTContext &C, Expr *syntax, in Create() function in PseudoObjectExpr