Lines Matching defs:C

20 bool OpenACCClauseWithParams::classof(const OpenACCClause *C) {  in classof()
25 bool OpenACCClauseWithExprs::classof(const OpenACCClause *C) { in classof()
30 bool OpenACCClauseWithVarList::classof(const OpenACCClause *C) { in classof()
40 bool OpenACCClauseWithCondition::classof(const OpenACCClause *C) { in classof()
43 bool OpenACCClauseWithSingleIntExpr::classof(const OpenACCClause *C) { in classof()
48 OpenACCDefaultClause *OpenACCDefaultClause::Create(const ASTContext &C, in Create()
59 OpenACCIfClause *OpenACCIfClause::Create(const ASTContext &C, in Create()
79 OpenACCSelfClause *OpenACCSelfClause::Create(const ASTContext &C, in Create()
128 OpenACCNumWorkersClause::Create(const ASTContext &C, SourceLocation BeginLoc, in Create()
149 OpenACCVectorLengthClause::Create(const ASTContext &C, SourceLocation BeginLoc, in Create()
168 OpenACCAsyncClause *OpenACCAsyncClause::Create(const ASTContext &C, in Create()
179 const ASTContext &C, SourceLocation BeginLoc, SourceLocation LParenLoc, in Create()
190 OpenACCNumGangsClause *OpenACCNumGangsClause::Create(const ASTContext &C, in Create()
200 OpenACCPrivateClause *OpenACCPrivateClause::Create(const ASTContext &C, in Create()
211 const ASTContext &C, SourceLocation BeginLoc, SourceLocation LParenLoc, in Create()
219 OpenACCAttachClause *OpenACCAttachClause::Create(const ASTContext &C, in Create()
229 OpenACCDevicePtrClause *OpenACCDevicePtrClause::Create(const ASTContext &C, in Create()
239 OpenACCNoCreateClause *OpenACCNoCreateClause::Create(const ASTContext &C, in Create()
249 OpenACCPresentClause *OpenACCPresentClause::Create(const ASTContext &C, in Create()
260 OpenACCCopyClause::Create(const ASTContext &C, OpenACCClauseKind Spelling, in Create()
270 OpenACCCopyInClause::Create(const ASTContext &C, OpenACCClauseKind Spelling, in Create()
281 OpenACCCopyOutClause::Create(const ASTContext &C, OpenACCClauseKind Spelling, in Create()
292 OpenACCCreateClause::Create(const ASTContext &C, OpenACCClauseKind Spelling, in Create()
303 const ASTContext &C, OpenACCClauseKind K, SourceLocation BeginLoc, in Create()
314 const ASTContext &C, SourceLocation BeginLoc, SourceLocation LParenLoc, in Create()
323 OpenACCAutoClause *OpenACCAutoClause::Create(const ASTContext &C, in Create()
331 OpenACCIndependentClause::Create(const ASTContext &C, SourceLocation BeginLoc, in Create()
337 OpenACCSeqClause *OpenACCSeqClause::Create(const ASTContext &C, in Create()
344 OpenACCGangClause *OpenACCGangClause::Create(const ASTContext &C, in Create()
351 OpenACCWorkerClause *OpenACCWorkerClause::Create(const ASTContext &C, in Create()
358 OpenACCVectorClause *OpenACCVectorClause::Create(const ASTContext &C, in Create()
373 void OpenACCClausePrinter::VisitDefaultClause(const OpenACCDefaultClause &C) { in VisitDefaultClause()
377 void OpenACCClausePrinter::VisitIfClause(const OpenACCIfClause &C) { in VisitIfClause()
383 void OpenACCClausePrinter::VisitSelfClause(const OpenACCSelfClause &C) { in VisitSelfClause()
392 void OpenACCClausePrinter::VisitNumGangsClause(const OpenACCNumGangsClause &C) { in VisitNumGangsClause()
400 const OpenACCNumWorkersClause &C) { in VisitNumWorkersClause()
407 const OpenACCVectorLengthClause &C) { in VisitVectorLengthClause()
413 void OpenACCClausePrinter::VisitAsyncClause(const OpenACCAsyncClause &C) { in VisitAsyncClause()
422 void OpenACCClausePrinter::VisitPrivateClause(const OpenACCPrivateClause &C) { in VisitPrivateClause()
430 const OpenACCFirstPrivateClause &C) { in VisitFirstPrivateClause()
437 void OpenACCClausePrinter::VisitAttachClause(const OpenACCAttachClause &C) { in VisitAttachClause()
445 const OpenACCDevicePtrClause &C) { in VisitDevicePtrClause()
452 void OpenACCClausePrinter::VisitNoCreateClause(const OpenACCNoCreateClause &C) { in VisitNoCreateClause()
459 void OpenACCClausePrinter::VisitPresentClause(const OpenACCPresentClause &C) { in VisitPresentClause()
466 void OpenACCClausePrinter::VisitCopyClause(const OpenACCCopyClause &C) { in VisitCopyClause()
473 void OpenACCClausePrinter::VisitCopyInClause(const OpenACCCopyInClause &C) { in VisitCopyInClause()
482 void OpenACCClausePrinter::VisitCopyOutClause(const OpenACCCopyOutClause &C) { in VisitCopyOutClause()
491 void OpenACCClausePrinter::VisitCreateClause(const OpenACCCreateClause &C) { in VisitCreateClause()
501 const OpenACCReductionClause &C) { in VisitReductionClause()
508 void OpenACCClausePrinter::VisitWaitClause(const OpenACCWaitClause &C) { in VisitWaitClause()
528 const OpenACCDeviceTypeClause &C) { in VisitDeviceTypeClause()
541 void OpenACCClausePrinter::VisitAutoClause(const OpenACCAutoClause &C) { in VisitAutoClause()
546 const OpenACCIndependentClause &C) { in VisitIndependentClause()
550 void OpenACCClausePrinter::VisitSeqClause(const OpenACCSeqClause &C) { in VisitSeqClause()