Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/AST/
H A DOpenACCClause.cpp33 OpenACCDevicePtrClause::classof(C) || in classof()
34 OpenACCDevicePtrClause::classof(C) || in classof()
229 OpenACCDevicePtrClause *OpenACCDevicePtrClause::Create(const ASTContext &C, in Create()
235 OpenACCDevicePtrClause::totalSizeToAlloc<Expr *>(VarList.size())); in Create()
236 return new (Mem) OpenACCDevicePtrClause(BeginLoc, LParenLoc, VarList, EndLoc); in Create()
445 const OpenACCDevicePtrClause &C) { in VisitDevicePtrClause()
H A DStmtProfile.cpp2564 const OpenACCDevicePtrClause &Clause) { in VisitDevicePtrClause()
/src/contrib/llvm-project/clang/include/clang/AST/
H A DOpenACCClause.h610 class OpenACCDevicePtrClause final
612 public llvm::TrailingObjects<OpenACCDevicePtrClause, Expr *> {
614 OpenACCDevicePtrClause(SourceLocation BeginLoc, SourceLocation LParenLoc, in OpenACCDevicePtrClause() function
627 static OpenACCDevicePtrClause *
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenACC.cpp872 return OpenACCDevicePtrClause::Create( in VisitDevicePtrClause()
H A DTreeTransform.h11437 const OpenACCDevicePtrClause &C) { in VisitDevicePtrClause()
11448 NewClause = OpenACCDevicePtrClause::Create( in VisitDevicePtrClause()
/src/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp7993 const auto *DPC = cast<OpenACCDevicePtrClause>(C); in writeOpenACCClause()
H A DASTReader.cpp12004 return OpenACCDevicePtrClause::Create(getContext(), BeginLoc, LParenLoc, in readOpenACCClause()