Searched refs:OpenACCIndependentClause (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | OpenACCClause.cpp | 330 OpenACCIndependentClause * 331 OpenACCIndependentClause::Create(const ASTContext &C, SourceLocation BeginLoc, in Create() 333 void *Mem = C.Allocate(sizeof(OpenACCIndependentClause)); in Create() 334 return new (Mem) OpenACCIndependentClause(BeginLoc, EndLoc); in Create() 546 const OpenACCIndependentClause &C) { in VisitIndependentClause()
|
H A D | StmtProfile.cpp | 2606 const OpenACCIndependentClause &Clause) {} in VisitIndependentClause()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | OpenACCClause.h | 80 class OpenACCIndependentClause : public OpenACCClause { 82 OpenACCIndependentClause(SourceLocation BeginLoc, SourceLocation EndLoc) in OpenACCIndependentClause() function 90 static OpenACCIndependentClause *
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenACC.cpp | 921 llvm::IsaPred<OpenACCIndependentClause, OpenACCSeqClause>); in VisitAutoClause() 952 return OpenACCIndependentClause::Create(Ctx, Clause.getBeginLoc(), in VisitIndependentClause() 968 llvm::IsaPred<OpenACCAutoClause, OpenACCIndependentClause>); in VisitSeqClause()
|
H A D | TreeTransform.h | 11590 const OpenACCIndependentClause &C) { in VisitIndependentClause() 11591 NewClause = OpenACCIndependentClause::Create(Self.getSema().getASTContext(), in VisitIndependentClause()
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 12039 return OpenACCIndependentClause::Create(getContext(), BeginLoc, EndLoc); in readOpenACCClause()
|