Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenACCClause.cpp39 OpenACCNoCreateClause::classof(C) || in classof()
386 OpenACCNoCreateClause *OpenACCNoCreateClause::Create(const ASTContext &C, in Create()
392 OpenACCNoCreateClause::totalSizeToAlloc<Expr *>(VarList.size())); in Create()
393 return new (Mem) OpenACCNoCreateClause(BeginLoc, LParenLoc, VarList, EndLoc); in Create()
774 void OpenACCClausePrinter::VisitNoCreateClause(const OpenACCNoCreateClause &C) { in VisitNoCreateClause()
H A DStmtProfile.cpp2667 const OpenACCNoCreateClause &Clause) { in VisitNoCreateClause()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenACCClause.h985 class OpenACCNoCreateClause final
987 private llvm::TrailingObjects<OpenACCNoCreateClause, Expr *> {
990 OpenACCNoCreateClause(SourceLocation BeginLoc, SourceLocation LParenLoc, in OpenACCNoCreateClause() function
1001 static OpenACCNoCreateClause *
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenOpenACCClause.cpp926 void VisitNoCreateClause(const OpenACCNoCreateClause &clause) { in VisitNoCreateClause()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenACCClause.cpp820 return OpenACCNoCreateClause::Create(Ctx, Clause.getBeginLoc(), in VisitNoCreateClause()
H A DTreeTransform.h11924 const OpenACCNoCreateClause &C) { in VisitNoCreateClause()
11928 NewClause = OpenACCNoCreateClause::Create( in VisitNoCreateClause()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp8773 const auto *NCC = cast<OpenACCNoCreateClause>(C); in writeOpenACCClause()
H A DASTReader.cpp12792 return OpenACCNoCreateClause::Create(getContext(), BeginLoc, LParenLoc, in readOpenACCClause()