Home
last modified time | relevance | path

Searched refs:OpenACCIndependentClause (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenACCClause.cpp330 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 DStmtProfile.cpp2606 const OpenACCIndependentClause &Clause) {} in VisitIndependentClause()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenACCClause.h80 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 DSemaOpenACC.cpp921 llvm::IsaPred<OpenACCIndependentClause, OpenACCSeqClause>); in VisitAutoClause()
952 return OpenACCIndependentClause::Create(Ctx, Clause.getBeginLoc(), in VisitIndependentClause()
968 llvm::IsaPred<OpenACCAutoClause, OpenACCIndependentClause>); in VisitSeqClause()
H A DTreeTransform.h11590 const OpenACCIndependentClause &C) { in VisitIndependentClause()
11591 NewClause = OpenACCIndependentClause::Create(Self.getSema().getASTContext(), in VisitIndependentClause()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp12039 return OpenACCIndependentClause::Create(getContext(), BeginLoc, EndLoc); in readOpenACCClause()