Lines Matching defs:C
32 OMPClauseWithPreInit *OMPClauseWithPreInit::get(OMPClause *C) { in get()
37 const OMPClauseWithPreInit *OMPClauseWithPreInit::get(const OMPClause *C) { in get()
100 OMPClauseWithPostUpdate *OMPClauseWithPostUpdate::get(OMPClause *C) { in get()
105 const OMPClauseWithPostUpdate *OMPClauseWithPostUpdate::get(const OMPClause *C) { in get()
172 OMPPrivateClause::Create(const ASTContext &C, SourceLocation StartLoc, in Create()
184 OMPPrivateClause *OMPPrivateClause::CreateEmpty(const ASTContext &C, in CreateEmpty()
203 OMPFirstprivateClause::Create(const ASTContext &C, SourceLocation StartLoc, in Create()
217 OMPFirstprivateClause *OMPFirstprivateClause::CreateEmpty(const ASTContext &C, in CreateEmpty()
252 const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc, in Create()
268 OMPLastprivateClause *OMPLastprivateClause::CreateEmpty(const ASTContext &C, in CreateEmpty()
274 OMPSharedClause *OMPSharedClause::Create(const ASTContext &C, in Create()
286 OMPSharedClause *OMPSharedClause::CreateEmpty(const ASTContext &C, unsigned N) { in CreateEmpty()
316 const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc, in Create()
342 OMPLinearClause *OMPLinearClause::CreateEmpty(const ASTContext &C, in CreateEmpty()
351 OMPAlignedClause::Create(const ASTContext &C, SourceLocation StartLoc, in Create()
362 OMPAlignedClause *OMPAlignedClause::CreateEmpty(const ASTContext &C, in CreateEmpty()
391 const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc, in Create()
404 OMPCopyinClause *OMPCopyinClause::CreateEmpty(const ASTContext &C, unsigned N) { in CreateEmpty()
432 const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc, in Create()
445 OMPCopyprivateClause *OMPCopyprivateClause::CreateEmpty(const ASTContext &C, in CreateEmpty()
479 const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc, in Create()
498 OMPReductionClause *OMPReductionClause::CreateEmpty(const ASTContext &C, in CreateEmpty()
504 OMPFlushClause *OMPFlushClause::Create(const ASTContext &C, in Create()
516 OMPFlushClause *OMPFlushClause::CreateEmpty(const ASTContext &C, unsigned N) { in CreateEmpty()
522 const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc, in Create()
536 OMPDependClause *OMPDependClause::CreateEmpty(const ASTContext &C, unsigned N) { in CreateEmpty()
564 for (auto &C : ComponentLists) in getComponentsTotalNumber() local
584 OMPMapClause::Create(const ASTContext &C, SourceLocation StartLoc, in Create()
624 OMPMapClause *OMPMapClause::CreateEmpty(const ASTContext &C, unsigned NumVars, in CreateEmpty()
637 OMPToClause *OMPToClause::Create(const ASTContext &C, SourceLocation StartLoc, in Create()
673 OMPToClause *OMPToClause::CreateEmpty(const ASTContext &C, unsigned NumVars, in CreateEmpty()
687 OMPFromClause::Create(const ASTContext &C, SourceLocation StartLoc, in Create()
722 OMPFromClause *OMPFromClause::CreateEmpty(const ASTContext &C, unsigned NumVars, in CreateEmpty()
735 OMPUseDevicePtrClause *OMPUseDevicePtrClause::Create(const ASTContext &C, in Create()
747 OMPUseDevicePtrClause *OMPUseDevicePtrClause::CreateEmpty(const ASTContext &C, in CreateEmpty()
753 OMPIsDevicePtrClause *OMPIsDevicePtrClause::Create(const ASTContext &C, in Create()
765 OMPIsDevicePtrClause *OMPIsDevicePtrClause::CreateEmpty(const ASTContext &C, in CreateEmpty()