Lines Matching refs:CreateEmpty
1709 C = OMPPrivateClause::CreateEmpty(Context, Record[Idx++]); in readClause()
1712 C = OMPFirstprivateClause::CreateEmpty(Context, Record[Idx++]); in readClause()
1715 C = OMPLastprivateClause::CreateEmpty(Context, Record[Idx++]); in readClause()
1718 C = OMPSharedClause::CreateEmpty(Context, Record[Idx++]); in readClause()
1721 C = OMPReductionClause::CreateEmpty(Context, Record[Idx++]); in readClause()
1724 C = OMPLinearClause::CreateEmpty(Context, Record[Idx++]); in readClause()
1727 C = OMPAlignedClause::CreateEmpty(Context, Record[Idx++]); in readClause()
1730 C = OMPCopyinClause::CreateEmpty(Context, Record[Idx++]); in readClause()
1733 C = OMPCopyprivateClause::CreateEmpty(Context, Record[Idx++]); in readClause()
2069 S = AttributedStmt::CreateEmpty( in ReadStmtFromStream()
2136 S = DeclRefExpr::CreateEmpty( in ReadStmtFromStream()
2158 S = StringLiteral::CreateEmpty(Context, in ReadStmtFromStream()
2179 S = OffsetOfExpr::CreateEmpty(Context, in ReadStmtFromStream()
2262 S = ImplicitCastExpr::CreateEmpty(Context, in ReadStmtFromStream()
2267 S = CStyleCastExpr::CreateEmpty(Context, in ReadStmtFromStream()
2284 S = DesignatedInitExpr::CreateEmpty(Context, in ReadStmtFromStream()
2336 S = ObjCArrayLiteral::CreateEmpty(Context, in ReadStmtFromStream()
2340 S = ObjCDictionaryLiteral::CreateEmpty(Context, in ReadStmtFromStream()
2365 S = ObjCMessageExpr::CreateEmpty(Context, in ReadStmtFromStream()
2388 S = ObjCAtTryStmt::CreateEmpty(Context, in ReadStmtFromStream()
2438 OMPParallelDirective::CreateEmpty(Context, in ReadStmtFromStream()
2446 S = OMPSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
2454 S = OMPForDirective::CreateEmpty(Context, NumClauses, CollapsedNum, in ReadStmtFromStream()
2460 S = OMPSectionsDirective::CreateEmpty( in ReadStmtFromStream()
2465 S = OMPSectionDirective::CreateEmpty(Context, Empty); in ReadStmtFromStream()
2469 S = OMPSingleDirective::CreateEmpty( in ReadStmtFromStream()
2476 S = OMPParallelForDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
2482 S = OMPParallelSectionsDirective::CreateEmpty( in ReadStmtFromStream()
2503 S = CXXStaticCastExpr::CreateEmpty(Context, in ReadStmtFromStream()
2508 S = CXXDynamicCastExpr::CreateEmpty(Context, in ReadStmtFromStream()
2513 S = CXXReinterpretCastExpr::CreateEmpty(Context, in ReadStmtFromStream()
2518 S = CXXConstCastExpr::CreateEmpty(Context); in ReadStmtFromStream()
2522 S = CXXFunctionalCastExpr::CreateEmpty(Context, in ReadStmtFromStream()
2598 S = CXXDependentScopeMemberExpr::CreateEmpty(Context, in ReadStmtFromStream()
2606 S = DependentScopeDeclRefExpr::CreateEmpty(Context, in ReadStmtFromStream()
2614 S = CXXUnresolvedConstructExpr::CreateEmpty(Context, in ReadStmtFromStream()
2619 S = UnresolvedMemberExpr::CreateEmpty(Context, in ReadStmtFromStream()
2627 S = UnresolvedLookupExpr::CreateEmpty(Context, in ReadStmtFromStream()
2668 S = FunctionParmPackExpr::CreateEmpty(Context, in ReadStmtFromStream()