Home
last modified time | relevance | path

Searched refs:OpenACCDevicePtrClause (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenACCClause.cpp35 OpenACCDevicePtrClause::classof(C) || in classof()
376 OpenACCDevicePtrClause *OpenACCDevicePtrClause::Create(const ASTContext &C, in Create()
382 OpenACCDevicePtrClause::totalSizeToAlloc<Expr *>(VarList.size())); in Create()
383 return new (Mem) OpenACCDevicePtrClause(BeginLoc, LParenLoc, VarList, EndLoc); in Create()
767 const OpenACCDevicePtrClause &C) { in VisitDevicePtrClause()
H A DStmtProfile.cpp2662 const OpenACCDevicePtrClause &Clause) { in VisitDevicePtrClause()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenACCClause.h880 class OpenACCDevicePtrClause final
882 private llvm::TrailingObjects<OpenACCDevicePtrClause, Expr *> {
885 OpenACCDevicePtrClause(SourceLocation BeginLoc, SourceLocation LParenLoc, in OpenACCDevicePtrClause() function
896 static OpenACCDevicePtrClause *
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenOpenACCClause.cpp909 void VisitDevicePtrClause(const OpenACCDevicePtrClause &clause) { in VisitDevicePtrClause()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenACCClause.cpp1028 return OpenACCDevicePtrClause::Create( in VisitDevicePtrClause()
H A DSemaTemplateInstantiateDecl.cpp1300 const OpenACCDevicePtrClause &C) { in VisitDevicePtrClause()
1311 NewClause = OpenACCDevicePtrClause::Create( in VisitDevicePtrClause()
H A DTreeTransform.h12079 const OpenACCDevicePtrClause &C) { in VisitDevicePtrClause()
12089 NewClause = OpenACCDevicePtrClause::Create( in VisitDevicePtrClause()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp8767 const auto *DPC = cast<OpenACCDevicePtrClause>(C); in writeOpenACCClause()
H A DASTReader.cpp12786 return OpenACCDevicePtrClause::Create(getContext(), BeginLoc, LParenLoc, in readOpenACCClause()