Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDOpenACCClause.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()
HDStmtProfile.cpp2582 const OpenACCVectorLengthClause &Clause) { in VisitVectorLengthClause()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDOpenACCClause.h523 class OpenACCVectorLengthClause : public OpenACCClauseWithSingleIntExpr {
524 OpenACCVectorLengthClause(SourceLocation BeginLoc, SourceLocation LParenLoc,
531 static OpenACCVectorLengthClause *
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaOpenACC.cpp675 return OpenACCVectorLengthClause::Create( in VisitVectorLengthClause()
HDTreeTransform.h11479 const OpenACCVectorLengthClause &C) { in VisitVectorLengthClause()
11494 NewClause = OpenACCVectorLengthClause::Create( in VisitVectorLengthClause()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTWriter.cpp7963 const auto *NWC = cast<OpenACCVectorLengthClause>(C); in writeOpenACCClause()
HDASTReader.cpp11925 return OpenACCVectorLengthClause::Create(getContext(), BeginLoc, LParenLoc, in readOpenACCClause()