Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenACCClause.cpp37 OpenACCUseDeviceClause::classof(C) || in classof()
366 OpenACCUseDeviceClause *OpenACCUseDeviceClause::Create(const ASTContext &C, in Create()
372 OpenACCUseDeviceClause::totalSizeToAlloc<Expr *>(VarList.size())); in Create()
373 return new (Mem) OpenACCUseDeviceClause(BeginLoc, LParenLoc, VarList, EndLoc); in Create()
759 const OpenACCUseDeviceClause &C) { in VisitUseDeviceClause()
H A DStmtProfile.cpp2677 const OpenACCUseDeviceClause &Clause) { in VisitUseDeviceClause()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenACCClause.h964 class OpenACCUseDeviceClause final
966 private llvm::TrailingObjects<OpenACCUseDeviceClause, Expr *> {
969 OpenACCUseDeviceClause(SourceLocation BeginLoc, SourceLocation LParenLoc, in OpenACCUseDeviceClause() function
980 static OpenACCUseDeviceClause *
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenOpenACCClause.cpp898 void VisitUseDeviceClause(const OpenACCUseDeviceClause &clause) { in VisitUseDeviceClause()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenACCClause.cpp1008 return OpenACCUseDeviceClause::Create( in VisitUseDeviceClause()
H A DTreeTransform.h12068 const OpenACCUseDeviceClause &C) { in VisitUseDeviceClause()
12071 NewClause = OpenACCUseDeviceClause::Create( in VisitUseDeviceClause()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp8761 const auto *UDC = cast<OpenACCUseDeviceClause>(C); in writeOpenACCClause()
H A DASTReader.cpp12780 return OpenACCUseDeviceClause::Create(getContext(), BeginLoc, LParenLoc, in readOpenACCClause()