Searched refs:OpenACCVectorLengthClause (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | OpenACCClause.cpp | 45 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 D | StmtProfile.cpp | 2582 const OpenACCVectorLengthClause &Clause) { in VisitVectorLengthClause()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | OpenACCClause.h | 523 class OpenACCVectorLengthClause : public OpenACCClauseWithSingleIntExpr { 524 OpenACCVectorLengthClause(SourceLocation BeginLoc, SourceLocation LParenLoc, 531 static OpenACCVectorLengthClause *
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenACC.cpp | 675 return OpenACCVectorLengthClause::Create( in VisitVectorLengthClause()
|
H A D | TreeTransform.h | 11479 const OpenACCVectorLengthClause &C) { in VisitVectorLengthClause() 11494 NewClause = OpenACCVectorLengthClause::Create( in VisitVectorLengthClause()
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriter.cpp | 7969 const auto *NWC = cast<OpenACCVectorLengthClause>(C); in writeOpenACCClause()
|
H A D | ASTReader.cpp | 11980 return OpenACCVectorLengthClause::Create(getContext(), BeginLoc, LParenLoc, in readOpenACCClause()
|