Searched refs:OpenACCSelfClause (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | OpenACCClause.cpp | 24 OpenACCSelfClause::classof(C); in classof() 90 OpenACCSelfClause *OpenACCSelfClause::Create(const ASTContext &C, in Create() 95 void *Mem = C.Allocate(OpenACCSelfClause::totalSizeToAlloc<Expr *>(1)); in Create() 97 OpenACCSelfClause(BeginLoc, LParenLoc, ConditionExpr, EndLoc); in Create() 100 OpenACCSelfClause *OpenACCSelfClause::Create(const ASTContext &C, in Create() 106 C.Allocate(OpenACCSelfClause::totalSizeToAlloc<Expr *>(VarList.size())); in Create() 107 return new (Mem) OpenACCSelfClause(BeginLoc, LParenLoc, VarList, EndLoc); in Create() 110 OpenACCSelfClause::OpenACCSelfClause(SourceLocation BeginLoc, in OpenACCSelfClause() function in OpenACCSelfClause 120 OpenACCSelfClause::OpenACCSelfClause(SourceLocation BeginLoc, in OpenACCSelfClause() function in OpenACCSelfClause 654 void OpenACCClausePrinter::VisitSelfClause(const OpenACCSelfClause &C) { in VisitSelfClause()
|
| H A D | StmtProfile.cpp | 2597 void OpenACCClauseProfiler::VisitSelfClause(const OpenACCSelfClause &Clause) { in VisitSelfClause()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | OpenACCClause.h | 404 class OpenACCSelfClause final 406 private llvm::TrailingObjects<OpenACCSelfClause, Expr *> { 416 OpenACCSelfClause(SourceLocation BeginLoc, SourceLocation LParenLoc, 418 OpenACCSelfClause(SourceLocation BeginLoc, SourceLocation LParenLoc, 477 child_range Children = const_cast<OpenACCSelfClause *>(this)->children(); in children() 481 static OpenACCSelfClause *Create(const ASTContext &C, SourceLocation BeginLoc, 484 static OpenACCSelfClause *Create(const ASTContext &C, SourceLocation BeginLoc,
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenACCClause.cpp | 563 llvm::find_if(ExistingClauses, llvm::IsaPred<OpenACCSelfClause>); in VisitIfClause() 582 return OpenACCSelfClause::Create(Ctx, Clause.getBeginLoc(), in VisitSelfClause() 593 return OpenACCSelfClause::Create( in VisitSelfClause()
|
| H A D | TreeTransform.h | 11800 const OpenACCSelfClause &C) { in VisitSelfClause() 11822 NewClause = OpenACCSelfClause::Create( in VisitSelfClause() 11840 NewClause = OpenACCSelfClause::Create( in VisitSelfClause()
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenOpenACCClause.cpp | 497 void VisitSelfClause(const OpenACCSelfClause &clause) { in VisitSelfClause()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 12692 return OpenACCSelfClause::Create(getContext(), BeginLoc, LParenLoc, in readOpenACCClause() 12699 return OpenACCSelfClause::Create(getContext(), BeginLoc, LParenLoc, VarList, in readOpenACCClause()
|
| H A D | ASTWriter.cpp | 8672 const auto *SC = cast<OpenACCSelfClause>(C); in writeOpenACCClause()
|