Home
last modified time | relevance | path

Searched refs:OpenACCVectorClause (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenACCClause.cpp358 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()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenACCClause.h151 class OpenACCVectorClause : public OpenACCClause {
153 OpenACCVectorClause(SourceLocation BeginLoc, SourceLocation EndLoc) in OpenACCVectorClause() function
163 static OpenACCVectorClause *
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenACC.cpp981 OpenACCVectorClause>); in VisitSeqClause()