Home | History | Annotate | Download | only in Serialization

Lines Matching full:empty

1455   Stmt::EmptyShell Empty;
1496 S = new (Context) NullStmt(Empty);
1500 S = new (Context) CompoundStmt(Empty);
1504 S = new (Context) CaseStmt(Empty);
1508 S = new (Context) DefaultStmt(Empty);
1512 S = new (Context) LabelStmt(Empty);
1516 S = new (Context) IfStmt(Empty);
1520 S = new (Context) SwitchStmt(Empty);
1524 S = new (Context) WhileStmt(Empty);
1528 S = new (Context) DoStmt(Empty);
1532 S = new (Context) ForStmt(Empty);
1536 S = new (Context) GotoStmt(Empty);
1540 S = new (Context) IndirectGotoStmt(Empty);
1544 S = new (Context) ContinueStmt(Empty);
1548 S = new (Context) BreakStmt(Empty);
1552 S = new (Context) ReturnStmt(Empty);
1556 S = new (Context) DeclStmt(Empty);
1560 S = new (Context) AsmStmt(Empty);
1564 S = new (Context) PredefinedExpr(Empty);
1578 S = IntegerLiteral::Create(Context, Empty);
1582 S = FloatingLiteral::Create(Context, Empty);
1586 S = new (Context) ImaginaryLiteral(Empty);
1595 S = new (Context) CharacterLiteral(Empty);
1599 S = new (Context) ParenExpr(Empty);
1603 S = new (Context) ParenListExpr(Empty);
1607 S = new (Context) UnaryOperator(Empty);
1617 S = new (Context) UnaryExprOrTypeTraitExpr(Empty);
1621 S = new (Context) ArraySubscriptExpr(Empty);
1625 S = new (Context) CallExpr(Context, Stmt::CallExprClass, Empty);
1675 S = new (Context) BinaryOperator(Empty);
1679 S = new (Context) CompoundAssignOperator(Empty);
1683 S = new (Context) ConditionalOperator(Empty);
1687 S = new (Context) BinaryConditionalOperator(Empty);
1701 S = new (Context) CompoundLiteralExpr(Empty);
1705 S = new (Context) ExtVectorElementExpr(Empty);
1709 S = new (Context) InitListExpr(getContext(), Empty);
1719 S = new (Context) ImplicitValueInitExpr(Empty);
1723 S = new (Context) VAArgExpr(Empty);
1727 S = new (Context) AddrLabelExpr(Empty);
1731 S = new (Context) StmtExpr(Empty);
1735 S = new (Context) ChooseExpr(Empty);
1739 S = new (Context) GNUNullExpr(Empty);
1743 S = new (Context) ShuffleVectorExpr(Empty);
1747 S = new (Context) BlockExpr(Empty);
1751 S = new (Context) BlockDeclRefExpr(Empty);
1755 S = new (Context) GenericSelectionExpr(Empty);
1759 S = new (Context) ObjCStringLiteral(Empty);
1762 S = new (Context) ObjCEncodeExpr(Empty);
1765 S = new (Context) ObjCSelectorExpr(Empty);
1768 S = new (Context) ObjCProtocolExpr(Empty);
1771 S = new (Context) ObjCIvarRefExpr(Empty);
1774 S = new (Context) ObjCPropertyRefExpr(Empty);
1785 S = new (Context) ObjCIsaExpr(Empty);
1788 S = new (Context) ObjCIndirectCopyRestoreExpr(Empty);
1791 S = new (Context) ObjCBridgedCastExpr(Empty);
1794 S = new (Context) ObjCForCollectionStmt(Empty);
1797 S = new (Context) ObjCAtCatchStmt(Empty);
1800 S = new (Context) ObjCAtFinallyStmt(Empty);
1808 S = new (Context) ObjCAtSynchronizedStmt(Empty);
1811 S = new (Context) ObjCAtThrowStmt(Empty);
1814 S = new (Context) ObjCAutoreleasePoolStmt(Empty);
1817 S = new (Context) SEHExceptStmt(Empty);
1820 S = new (Context) SEHFinallyStmt(Empty);
1823 S = new (Context) SEHTryStmt(Empty);
1826 S = new (Context) CXXCatchStmt(Empty);
1830 S = CXXTryStmt::Create(Context, Empty,
1835 S = new (Context) CXXForRangeStmt(Empty);
1839 S = new (Context) CXXOperatorCallExpr(Context, Empty);
1843 S = new (Context) CXXMemberCallExpr(Context, Empty);
1847 S = new (Context) CXXConstructExpr(Empty);
1851 S = new (Context) CXXTemporaryObjectExpr(Empty);
1879 S = new (Context) CXXBoolLiteralExpr(Empty);
1883 S = new (Context) CXXNullPtrLiteralExpr(Empty);
1886 S = new (Context) CXXTypeidExpr(Empty, true);
1889 S = new (Context) CXXTypeidExpr(Empty, false);
1892 S = new (Context) CXXUuidofExpr(Empty, true);
1895 S = new (Context) CXXUuidofExpr(Empty, false);
1898 S = new (Context) CXXThisExpr(Empty);
1901 S = new (Context) CXXThrowExpr(Empty);
1909 S = new (Context) CXXDefaultArgExpr(Empty);
1913 S = new (Context) CXXBindTemporaryExpr(Empty);
1917 S = new (Context) CXXScalarValueInitExpr(Empty);
1920 S = new (Context) CXXNewExpr(Empty);
1923 S = new (Context) CXXDeleteExpr(Empty);
1926 S = new (Context) CXXPseudoDestructorExpr(Empty);
1930 S = new (Context) ExprWithCleanups(Empty);
1971 S = new (Context) UnaryTypeTraitExpr(Empty);
1975 S = new (Context) BinaryTypeTraitExpr(Empty);
1979 S = new (Context) ArrayTypeTraitExpr(Empty);
1983 S = new (Context) ExpressionTraitExpr(Empty);
1987 S = new (Context) CXXNoexceptExpr(Empty);
1991 S = new (Context) PackExpansionExpr(Empty);
1995 S = new (Context) SizeOfPackExpr(Empty);
1999 S = new (Context) SubstNonTypeTemplateParmExpr(Empty);
2003 S = new (Context) SubstNonTypeTemplateParmPackExpr(Empty);
2007 S = new (Context) MaterializeTemporaryExpr(Empty);
2021 Empty);
2026 S = new (Context) CUDAKernelCallExpr(Context, Empty);
2030 S = new (Context) AsTypeExpr(Empty);
2034 S = new (Context) AtomicExpr(Empty);