Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenACCClause.cpp38 OpenACCDetachClause::classof(C) || OpenACCAttachClause::classof(C) || in classof()
346 OpenACCDetachClause *OpenACCDetachClause::Create(const ASTContext &C, in Create()
352 C.Allocate(OpenACCDetachClause::totalSizeToAlloc<Expr *>(VarList.size())); in Create()
353 return new (Mem) OpenACCDetachClause(BeginLoc, LParenLoc, VarList, EndLoc); in Create()
744 void OpenACCClausePrinter::VisitDetachClause(const OpenACCDetachClause &C) { in VisitDetachClause()
H A DStmtProfile.cpp2652 const OpenACCDetachClause &Clause) { in VisitDetachClause()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenACCClause.h922 class OpenACCDetachClause final
924 private llvm::TrailingObjects<OpenACCDetachClause, Expr *> {
927 OpenACCDetachClause(SourceLocation BeginLoc, SourceLocation LParenLoc, in OpenACCDetachClause() function
938 static OpenACCDetachClause *
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenOpenACCClause.cpp878 void VisitDetachClause(const OpenACCDetachClause &clause) { in VisitDetachClause()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenACCClause.cpp989 return OpenACCDetachClause::Create(Ctx, Clause.getBeginLoc(), in VisitDetachClause()
H A DTreeTransform.h12039 const OpenACCDetachClause &C) { in VisitDetachClause()
12049 NewClause = OpenACCDetachClause::Create( in VisitDetachClause()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp8749 const auto *DC = cast<OpenACCDetachClause>(C); in writeOpenACCClause()
H A DASTReader.cpp12768 return OpenACCDetachClause::Create(getContext(), BeginLoc, LParenLoc, in readOpenACCClause()