Lines Matching defs:Create
367 DeclRefExpr *DeclRefExpr::Create(const ASTContext &Context, in Create() function in DeclRefExpr
383 DeclRefExpr *DeclRefExpr::Create(const ASTContext &Context, in Create() function in DeclRefExpr
726 IntegerLiteral::Create(const ASTContext &C, const llvm::APInt &V, in Create() function in IntegerLiteral
732 IntegerLiteral::Create(const ASTContext &C, EmptyShell Empty) { in Create() function in IntegerLiteral
752 FloatingLiteral::Create(const ASTContext &C, const llvm::APFloat &V, in Create() function in FloatingLiteral
758 FloatingLiteral::Create(const ASTContext &C, EmptyShell Empty) { in Create() function in FloatingLiteral
832 StringLiteral *StringLiteral::Create(const ASTContext &C, StringRef Str, in Create() function in StringLiteral
1307 OffsetOfExpr *OffsetOfExpr::Create(const ASTContext &C, QualType type, in Create() function in OffsetOfExpr
1363 MemberExpr *MemberExpr::Create(const ASTContext &C, Expr *base, bool isarrow, in Create() function in MemberExpr
1725 ImplicitCastExpr *ImplicitCastExpr::Create(const ASTContext &C, QualType T, in Create() function in ImplicitCastExpr
1746 CStyleCastExpr *CStyleCastExpr::Create(const ASTContext &C, QualType T, in Create() function in CStyleCastExpr
3539 ObjCMessageExpr *ObjCMessageExpr::Create(const ASTContext &Context, QualType T, in Create() function in ObjCMessageExpr
3564 ObjCMessageExpr *ObjCMessageExpr::Create(const ASTContext &Context, QualType T, in Create() function in ObjCMessageExpr
3587 ObjCMessageExpr *ObjCMessageExpr::Create(const ASTContext &Context, QualType T, in Create() function in ObjCMessageExpr
3868 DesignatedInitExpr::Create(const ASTContext &C, Designator *Designators, in Create() function in DesignatedInitExpr
4002 PseudoObjectExpr *PseudoObjectExpr::Create(const ASTContext &Context, in Create() function in PseudoObjectExpr
4016 PseudoObjectExpr *PseudoObjectExpr::Create(const ASTContext &C, Expr *syntax, in Create() function in PseudoObjectExpr
4131 ObjCArrayLiteral *ObjCArrayLiteral::Create(const ASTContext &C, in Create() function in ObjCArrayLiteral
4185 ObjCDictionaryLiteral::Create(const ASTContext &C, in Create() function in ObjCDictionaryLiteral
4211 ObjCSubscriptRefExpr *ObjCSubscriptRefExpr::Create(const ASTContext &C, in Create() function in ObjCSubscriptRefExpr