Lines Matching refs:Empty

2010   Stmt::EmptyShell Empty;
2049 S = new (Context) NullStmt(Empty);
2053 S = new (Context) CompoundStmt(Empty);
2057 S = new (Context) CaseStmt(Empty);
2061 S = new (Context) DefaultStmt(Empty);
2065 S = new (Context) LabelStmt(Empty);
2075 S = new (Context) IfStmt(Empty);
2079 S = new (Context) SwitchStmt(Empty);
2083 S = new (Context) WhileStmt(Empty);
2087 S = new (Context) DoStmt(Empty);
2091 S = new (Context) ForStmt(Empty);
2095 S = new (Context) GotoStmt(Empty);
2099 S = new (Context) IndirectGotoStmt(Empty);
2103 S = new (Context) ContinueStmt(Empty);
2107 S = new (Context) BreakStmt(Empty);
2111 S = new (Context) ReturnStmt(Empty);
2115 S = new (Context) DeclStmt(Empty);
2119 S = new (Context) GCCAsmStmt(Empty);
2123 S = new (Context) MSAsmStmt(Empty);
2132 S = new (Context) PredefinedExpr(Empty);
2146 S = IntegerLiteral::Create(Context, Empty);
2150 S = FloatingLiteral::Create(Context, Empty);
2154 S = new (Context) ImaginaryLiteral(Empty);
2163 S = new (Context) CharacterLiteral(Empty);
2167 S = new (Context) ParenExpr(Empty);
2171 S = new (Context) ParenListExpr(Empty);
2175 S = new (Context) UnaryOperator(Empty);
2185 S = new (Context) UnaryExprOrTypeTraitExpr(Empty);
2189 S = new (Context) ArraySubscriptExpr(Empty);
2193 S = new (Context) CallExpr(Context, Stmt::CallExprClass, Empty);
2246 S = new (Context) BinaryOperator(Empty);
2250 S = new (Context) CompoundAssignOperator(Empty);
2254 S = new (Context) ConditionalOperator(Empty);
2258 S = new (Context) BinaryConditionalOperator(Empty);
2272 S = new (Context) CompoundLiteralExpr(Empty);
2276 S = new (Context) ExtVectorElementExpr(Empty);
2280 S = new (Context) InitListExpr(Empty);
2290 S = new (Context) ImplicitValueInitExpr(Empty);
2294 S = new (Context) VAArgExpr(Empty);
2298 S = new (Context) AddrLabelExpr(Empty);
2302 S = new (Context) StmtExpr(Empty);
2306 S = new (Context) ChooseExpr(Empty);
2310 S = new (Context) GNUNullExpr(Empty);
2314 S = new (Context) ShuffleVectorExpr(Empty);
2318 S = new (Context) ConvertVectorExpr(Empty);
2322 S = new (Context) BlockExpr(Empty);
2326 S = new (Context) GenericSelectionExpr(Empty);
2330 S = new (Context) ObjCStringLiteral(Empty);
2333 S = new (Context) ObjCBoxedExpr(Empty);
2345 S = new (Context) ObjCEncodeExpr(Empty);
2348 S = new (Context) ObjCSelectorExpr(Empty);
2351 S = new (Context) ObjCProtocolExpr(Empty);
2354 S = new (Context) ObjCIvarRefExpr(Empty);
2357 S = new (Context) ObjCPropertyRefExpr(Empty);
2360 S = new (Context) ObjCSubscriptRefExpr(Empty);
2370 S = new (Context) ObjCIsaExpr(Empty);
2373 S = new (Context) ObjCIndirectCopyRestoreExpr(Empty);
2376 S = new (Context) ObjCBridgedCastExpr(Empty);
2379 S = new (Context) ObjCForCollectionStmt(Empty);
2382 S = new (Context) ObjCAtCatchStmt(Empty);
2385 S = new (Context) ObjCAtFinallyStmt(Empty);
2393 S = new (Context) ObjCAtSynchronizedStmt(Empty);
2396 S = new (Context) ObjCAtThrowStmt(Empty);
2399 S = new (Context) ObjCAutoreleasePoolStmt(Empty);
2402 S = new (Context) ObjCBoolLiteralExpr(Empty);
2405 S = new (Context) SEHLeaveStmt(Empty);
2408 S = new (Context) SEHExceptStmt(Empty);
2411 S = new (Context) SEHFinallyStmt(Empty);
2414 S = new (Context) SEHTryStmt(Empty);
2417 S = new (Context) CXXCatchStmt(Empty);
2421 S = CXXTryStmt::Create(Context, Empty,
2426 S = new (Context) CXXForRangeStmt(Empty);
2440 Empty);
2447 CollapsedNum, Empty);
2455 Empty);
2461 Context, Record[ASTStmtReader::NumStmtFields], Empty);
2465 S = OMPSectionDirective::CreateEmpty(Context, Empty);
2470 Context, Record[ASTStmtReader::NumStmtFields], Empty);
2477 CollapsedNum, Empty);
2483 Context, Record[ASTStmtReader::NumStmtFields], Empty);
2487 S = new (Context) CXXOperatorCallExpr(Context, Empty);
2491 S = new (Context) CXXMemberCallExpr(Context, Empty);
2495 S = new (Context) CXXConstructExpr(Empty);
2499 S = new (Context) CXXTemporaryObjectExpr(Empty);
2527 S = new (Context) UserDefinedLiteral(Context, Empty);
2531 S = new (Context) CXXStdInitializerListExpr(Empty);
2535 S = new (Context) CXXBoolLiteralExpr(Empty);
2539 S = new (Context) CXXNullPtrLiteralExpr(Empty);
2542 S = new (Context) CXXTypeidExpr(Empty, true);
2545 S = new (Context) CXXTypeidExpr(Empty, false);
2548 S = new (Context) CXXUuidofExpr(Empty, true);
2551 S = new (Context) MSPropertyRefExpr(Empty);
2554 S = new (Context) CXXUuidofExpr(Empty, false);
2557 S = new (Context) CXXThisExpr(Empty);
2560 S = new (Context) CXXThrowExpr(Empty);
2569 S = new (Context) CXXDefaultArgExpr(Empty);
2573 S = new (Context) CXXDefaultInitExpr(Empty);
2576 S = new (Context) CXXBindTemporaryExpr(Empty);
2580 S = new (Context) CXXScalarValueInitExpr(Empty);
2583 S = new (Context) CXXNewExpr(Empty);
2586 S = new (Context) CXXDeleteExpr(Empty);
2589 S = new (Context) CXXPseudoDestructorExpr(Empty);
2593 S = ExprWithCleanups::Create(Context, Empty,
2640 S = new (Context) ArrayTypeTraitExpr(Empty);
2644 S = new (Context) ExpressionTraitExpr(Empty);
2648 S = new (Context) CXXNoexceptExpr(Empty);
2652 S = new (Context) PackExpansionExpr(Empty);
2656 S = new (Context) SizeOfPackExpr(Empty);
2660 S = new (Context) SubstNonTypeTemplateParmExpr(Empty);
2664 S = new (Context) SubstNonTypeTemplateParmPackExpr(Empty);
2673 S = new (Context) MaterializeTemporaryExpr(Empty);
2677 S = new (Context) OpaqueValueExpr(Empty);
2681 S = new (Context) CUDAKernelCallExpr(Context, Empty);
2685 S = new (Context) AsTypeExpr(Empty);
2690 S = PseudoObjectExpr::Create(Context, Empty, numSemanticExprs);
2695 S = new (Context) AtomicExpr(Empty);