Searched refs:OpenACCIfClause (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | OpenACCClause.cpp | 49 return OpenACCIfClause::classof(C); in classof() 70 OpenACCIfClause *OpenACCIfClause::Create(const ASTContext &C, in Create() 75 void *Mem = C.Allocate(sizeof(OpenACCIfClause), alignof(OpenACCIfClause)); in Create() 76 return new (Mem) OpenACCIfClause(BeginLoc, LParenLoc, ConditionExpr, EndLoc); in Create() 79 OpenACCIfClause::OpenACCIfClause(SourceLocation BeginLoc, in OpenACCIfClause() function in OpenACCIfClause 648 void OpenACCClausePrinter::VisitIfClause(const OpenACCIfClause &C) { in VisitIfClause()
|
| H A D | StmtProfile.cpp | 2554 void OpenACCClauseProfiler::VisitIfClause(const OpenACCIfClause &Clause) { in VisitIfClause()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | OpenACCClause.h | 388 class OpenACCIfClause : public OpenACCClauseWithCondition { 390 OpenACCIfClause(SourceLocation BeginLoc, SourceLocation LParenLoc, 397 static OpenACCIfClause *Create(const ASTContext &C, SourceLocation BeginLoc,
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenACCClause.cpp | 571 return OpenACCIfClause::Create(Ctx, Clause.getBeginLoc(), in VisitIfClause() 587 llvm::find_if(ExistingClauses, llvm::IsaPred<OpenACCIfClause>); in VisitSelfClause()
|
| H A D | TreeTransform.h | 11781 void OpenACCClauseTransform<Derived>::VisitIfClause(const OpenACCIfClause &C) { in VisitIfClause() 11792 NewClause = OpenACCIfClause::Create( in VisitIfClause()
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenOpenACCClause.cpp | 545 void VisitIfClause(const OpenACCIfClause &clause) { in VisitIfClause()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 8666 const auto *IC = cast<OpenACCIfClause>(C); in writeOpenACCClause()
|
| H A D | ASTReader.cpp | 12684 return OpenACCIfClause::Create(getContext(), BeginLoc, LParenLoc, CondExpr, in readOpenACCClause()
|