Searched refs:OpenACCNoCreateClause (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | OpenACCClause.cpp | 39 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 D | StmtProfile.cpp | 2667 const OpenACCNoCreateClause &Clause) { in VisitNoCreateClause()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | OpenACCClause.h | 985 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 D | CIRGenOpenACCClause.cpp | 926 void VisitNoCreateClause(const OpenACCNoCreateClause &clause) { in VisitNoCreateClause()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenACCClause.cpp | 820 return OpenACCNoCreateClause::Create(Ctx, Clause.getBeginLoc(), in VisitNoCreateClause()
|
| H A D | TreeTransform.h | 11924 const OpenACCNoCreateClause &C) { in VisitNoCreateClause() 11928 NewClause = OpenACCNoCreateClause::Create( in VisitNoCreateClause()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 8773 const auto *NCC = cast<OpenACCNoCreateClause>(C); in writeOpenACCClause()
|
| H A D | ASTReader.cpp | 12792 return OpenACCNoCreateClause::Create(getContext(), BeginLoc, LParenLoc, in readOpenACCClause()
|