Searched refs:OpenACCAsyncClause (Results 1 – 7 of 7) sorted by relevance
| /src/contrib/llvm-project/clang/lib/AST/ |
| H A D | OpenACCClause.cpp | 46 OpenACCAsyncClause::classof(C); in classof() 158 OpenACCAsyncClause::OpenACCAsyncClause(SourceLocation BeginLoc, in OpenACCAsyncClause() function in OpenACCAsyncClause 168 OpenACCAsyncClause *OpenACCAsyncClause::Create(const ASTContext &C, in Create() 174 C.Allocate(sizeof(OpenACCAsyncClause), alignof(OpenACCAsyncClause)); in Create() 175 return new (Mem) OpenACCAsyncClause(BeginLoc, LParenLoc, IntExpr, EndLoc); in Create() 413 void OpenACCClausePrinter::VisitAsyncClause(const OpenACCAsyncClause &C) { in VisitAsyncClause()
|
| H A D | StmtProfile.cpp | 2588 void OpenACCClauseProfiler::VisitAsyncClause(const OpenACCAsyncClause &Clause) { in VisitAsyncClause()
|
| /src/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | OpenACCClause.h | 536 class OpenACCAsyncClause : public OpenACCClauseWithSingleIntExpr { 537 OpenACCAsyncClause(SourceLocation BeginLoc, SourceLocation LParenLoc, 544 static OpenACCAsyncClause *Create(const ASTContext &C,
|
| /src/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenACC.cpp | 696 return OpenACCAsyncClause::Create( in VisitAsyncClause()
|
| H A D | TreeTransform.h | 11502 const OpenACCAsyncClause &C) { in VisitAsyncClause() 11516 NewClause = OpenACCAsyncClause::Create( in VisitAsyncClause()
|
| /src/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 8046 const auto *AC = cast<OpenACCAsyncClause>(C); in writeOpenACCClause()
|
| H A D | ASTReader.cpp | 12057 return OpenACCAsyncClause::Create(getContext(), BeginLoc, LParenLoc, in readOpenACCClause()
|