Lines Matching refs:CreateEmpty
1699 S = DeclRefExpr::CreateEmpty( in ReadStmtFromStream()
1721 S = StringLiteral::CreateEmpty(Context, in ReadStmtFromStream()
1742 S = OffsetOfExpr::CreateEmpty(Context, in ReadStmtFromStream()
1825 S = ImplicitCastExpr::CreateEmpty(Context, in ReadStmtFromStream()
1830 S = CStyleCastExpr::CreateEmpty(Context, in ReadStmtFromStream()
1847 S = DesignatedInitExpr::CreateEmpty(Context, in ReadStmtFromStream()
1895 S = ObjCArrayLiteral::CreateEmpty(Context, in ReadStmtFromStream()
1899 S = ObjCDictionaryLiteral::CreateEmpty(Context, in ReadStmtFromStream()
1924 S = ObjCMessageExpr::CreateEmpty(Context, in ReadStmtFromStream()
1947 S = ObjCAtTryStmt::CreateEmpty(Context, in ReadStmtFromStream()
2009 S = CXXStaticCastExpr::CreateEmpty(Context, in ReadStmtFromStream()
2014 S = CXXDynamicCastExpr::CreateEmpty(Context, in ReadStmtFromStream()
2019 S = CXXReinterpretCastExpr::CreateEmpty(Context, in ReadStmtFromStream()
2024 S = CXXConstCastExpr::CreateEmpty(Context); in ReadStmtFromStream()
2028 S = CXXFunctionalCastExpr::CreateEmpty(Context, in ReadStmtFromStream()
2093 S = CXXDependentScopeMemberExpr::CreateEmpty(Context, in ReadStmtFromStream()
2101 S = DependentScopeDeclRefExpr::CreateEmpty(Context, in ReadStmtFromStream()
2109 S = CXXUnresolvedConstructExpr::CreateEmpty(Context, in ReadStmtFromStream()
2114 S = UnresolvedMemberExpr::CreateEmpty(Context, in ReadStmtFromStream()
2122 S = UnresolvedLookupExpr::CreateEmpty(Context, in ReadStmtFromStream()