Searched refs:OpenACCVectorClause (Results 1 – 3 of 3) sorted by relevance
358 OpenACCVectorClause *OpenACCVectorClause::Create(const ASTContext &C, in Create()361 void *Mem = C.Allocate(sizeof(OpenACCVectorClause)); in Create()362 return new (Mem) OpenACCVectorClause(BeginLoc, EndLoc); in Create()
151 class OpenACCVectorClause : public OpenACCClause {153 OpenACCVectorClause(SourceLocation BeginLoc, SourceLocation EndLoc) in OpenACCVectorClause() function163 static OpenACCVectorClause *
981 OpenACCVectorClause>); in VisitSeqClause()