Lines Matching refs:ASTContext

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()