Lines Matching refs:Create
136 return CompoundStmt::Create(C, Stmts, SourceLocation(), SourceLocation()); in makeCompound()
144 DeclRefExpr *DR = DeclRefExpr::Create( in makeDeclRefExpr()
171 return ImplicitCastExpr::Create(C, Ty, in makeImplicitCast()
182 return ImplicitCastExpr::Create(C, Ty, CK_IntegralCast, in makeIntegralCast()
187 return ImplicitCastExpr::Create(C, C.BoolTy, CK_IntegralToBoolean, in makeIntegralCastToBoolean()
205 return ReturnStmt::Create(C, SourceLocation(), const_cast<Expr *>(RetVal), in makeReturn()
211 return IntegerLiteral::Create(C, APValue, Ty, SourceLocation()); in makeIntegerLiteral()
219 return MemberExpr::Create( in makeMemberExpression()
272 return CallExpr::Create(C, SubExpr, CallArgs, C.VoidTy, VK_RValue, in create_call_once_funcptr_call()
286 DeclRefExpr::Create(/* Ctx =*/ C, in create_call_once_lambda_call()
295 return CXXOperatorCallExpr::Create( in create_call_once_lambda_call()
467 IfStmt::Create(C, SourceLocation(), in create_call_once()
512 CallExpr *CE = CallExpr::Create( in create_dispatch_once()
551 auto *If = IfStmt::Create(C, SourceLocation(), in create_dispatch_once()
583 CallExpr::Create(C, ICE, None, C.VoidTy, VK_RValue, SourceLocation()); in create_dispatch_sync()
659 auto *If = IfStmt::Create(C, SourceLocation(), in create_OSAtomicCompareAndSwap()