Searched refs:OpenACCAsyncClause (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | OpenACCClause.cpp | 57 OpenACCCollapseClause::classof(C) || OpenACCAsyncClause::classof(C); in classof() 224 OpenACCAsyncClause::OpenACCAsyncClause(SourceLocation BeginLoc, in OpenACCAsyncClause() function in OpenACCAsyncClause 234 OpenACCAsyncClause *OpenACCAsyncClause::Create(const ASTContext &C, in Create() 240 C.Allocate(sizeof(OpenACCAsyncClause), alignof(OpenACCAsyncClause)); in Create() 241 return new (Mem) OpenACCAsyncClause(BeginLoc, LParenLoc, IntExpr, EndLoc); in Create() 713 void OpenACCClausePrinter::VisitAsyncClause(const OpenACCAsyncClause &C) { in VisitAsyncClause()
|
| H A D | StmtProfile.cpp | 2688 void OpenACCClauseProfiler::VisitAsyncClause(const OpenACCAsyncClause &Clause) { in VisitAsyncClause()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | OpenACCClause.h | 755 class OpenACCAsyncClause : public OpenACCClauseWithSingleIntExpr { 756 OpenACCAsyncClause(SourceLocation BeginLoc, SourceLocation LParenLoc, 763 static OpenACCAsyncClause *Create(const ASTContext &C,
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenACCClause.cpp | 763 if (DisallowSinceLastDeviceType<OpenACCAsyncClause>(Clause)) in VisitAsyncClause() 768 return OpenACCAsyncClause::Create( in VisitAsyncClause()
|
| H A D | TreeTransform.h | 12189 const OpenACCAsyncClause &C) { in VisitAsyncClause() 12203 NewClause = OpenACCAsyncClause::Create( in VisitAsyncClause()
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenOpenACCClause.cpp | 457 void VisitAsyncClause(const OpenACCAsyncClause &clause) { in VisitAsyncClause()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 8821 const auto *AC = cast<OpenACCAsyncClause>(C); in writeOpenACCClause()
|
| H A D | ASTReader.cpp | 12840 return OpenACCAsyncClause::Create(getContext(), BeginLoc, LParenLoc, in readOpenACCClause()
|