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