Home
last modified time | relevance | path

Searched refs:OpenACCVectorLengthClause (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenACCClause.cpp45 OpenACCVectorLengthClause::classof(C) || in classof()
137 OpenACCVectorLengthClause::OpenACCVectorLengthClause(SourceLocation BeginLoc, in OpenACCVectorLengthClause() function in OpenACCVectorLengthClause
148 OpenACCVectorLengthClause *
149 OpenACCVectorLengthClause::Create(const ASTContext &C, SourceLocation BeginLoc, in Create()
152 void *Mem = C.Allocate(sizeof(OpenACCVectorLengthClause), in Create()
153 alignof(OpenACCVectorLengthClause)); in Create()
155 OpenACCVectorLengthClause(BeginLoc, LParenLoc, IntExpr, EndLoc); in Create()
407 const OpenACCVectorLengthClause &C) { in VisitVectorLengthClause()
H A DStmtProfile.cpp2582 const OpenACCVectorLengthClause &Clause) { in VisitVectorLengthClause()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenACCClause.h523 class OpenACCVectorLengthClause : public OpenACCClauseWithSingleIntExpr {
524 OpenACCVectorLengthClause(SourceLocation BeginLoc, SourceLocation LParenLoc,
531 static OpenACCVectorLengthClause *
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenACC.cpp675 return OpenACCVectorLengthClause::Create( in VisitVectorLengthClause()
H A DTreeTransform.h11479 const OpenACCVectorLengthClause &C) { in VisitVectorLengthClause()
11494 NewClause = OpenACCVectorLengthClause::Create( in VisitVectorLengthClause()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp7969 const auto *NWC = cast<OpenACCVectorLengthClause>(C); in writeOpenACCClause()
H A DASTReader.cpp11980 return OpenACCVectorLengthClause::Create(getContext(), BeginLoc, LParenLoc, in readOpenACCClause()