Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenACCClause.cpp32 OpenACCFirstPrivateClause::classof(C) || in classof()
210 OpenACCFirstPrivateClause *OpenACCFirstPrivateClause::Create( in Create()
214 OpenACCFirstPrivateClause::totalSizeToAlloc<Expr *>(VarList.size())); in Create()
216 OpenACCFirstPrivateClause(BeginLoc, LParenLoc, VarList, EndLoc); in Create()
430 const OpenACCFirstPrivateClause &C) { in VisitFirstPrivateClause()
H A DStmtProfile.cpp2552 const OpenACCFirstPrivateClause &Clause) { in VisitFirstPrivateClause()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenACCClause.h588 class OpenACCFirstPrivateClause final
590 public llvm::TrailingObjects<OpenACCFirstPrivateClause, Expr *> {
592 OpenACCFirstPrivateClause(SourceLocation BeginLoc, SourceLocation LParenLoc, in OpenACCFirstPrivateClause() function
605 static OpenACCFirstPrivateClause *
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenACC.cpp733 return OpenACCFirstPrivateClause::Create( in VisitFirstPrivateClause()
H A DTreeTransform.h11332 const OpenACCFirstPrivateClause &C) { in VisitFirstPrivateClause()
11336 NewClause = OpenACCFirstPrivateClause::Create( in VisitFirstPrivateClause()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp7981 const auto *FPC = cast<OpenACCFirstPrivateClause>(C); in writeOpenACCClause()
H A DASTReader.cpp11992 return OpenACCFirstPrivateClause::Create(getContext(), BeginLoc, LParenLoc, in readOpenACCClause()