Home
last modified time | relevance | path

Searched refs:OpenACCDeviceClause (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenACCClause.cpp43 OpenACCCreateClause::classof(C) || OpenACCDeviceClause::classof(C) || in classof()
416 OpenACCDeviceClause *OpenACCDeviceClause::Create(const ASTContext &C, in Create()
422 C.Allocate(OpenACCDeviceClause::totalSizeToAlloc<Expr *>(VarList.size())); in Create()
423 return new (Mem) OpenACCDeviceClause(BeginLoc, LParenLoc, VarList, EndLoc); in Create()
795 void OpenACCClausePrinter::VisitDeviceClause(const OpenACCDeviceClause &C) { in VisitDeviceClause()
H A DStmtProfile.cpp2593 const OpenACCDeviceClause &Clause) { in VisitDeviceClause()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenACCClause.h1048 class OpenACCDeviceClause final
1050 private llvm::TrailingObjects<OpenACCDeviceClause, Expr *> {
1053 OpenACCDeviceClause(SourceLocation BeginLoc, SourceLocation LParenLoc, in OpenACCDeviceClause() function
1064 static OpenACCDeviceClause *
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenOpenACCClause.cpp534 void VisitDeviceClause(const OpenACCDeviceClause &clause) { in VisitDeviceClause()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenACCClause.cpp858 return OpenACCDeviceClause::Create(Ctx, Clause.getBeginLoc(), in VisitDeviceClause()
H A DTreeTransform.h11900 const OpenACCDeviceClause &C) { in VisitDeviceClause()
11904 NewClause = OpenACCDeviceClause::Create( in VisitDeviceClause()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp8731 const auto *DC = cast<OpenACCDeviceClause>(C); in writeOpenACCClause()
H A DASTReader.cpp12750 return OpenACCDeviceClause::Create(getContext(), BeginLoc, LParenLoc, in readOpenACCClause()