Searched refs:OMPAlignClause (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | OpenMPClause.cpp | 650 OMPAlignClause *OMPAlignClause::Create(const ASTContext &C, Expr *A, in Create() 654 return new (C) OMPAlignClause(A, StartLoc, LParenLoc, EndLoc); in Create() 1842 void OMPClausePrinter::VisitOMPAlignClause(OMPAlignClause *Node) { in VisitOMPAlignClause()
|
| H A D | StmtProfile.cpp | 479 void OMPClauseProfiler::VisitOMPAlignClause(const OMPAlignClause *C) { in VisitOMPAlignClause()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | OpenMPClause.h | 441 class OMPAlignClause final 454 OMPAlignClause(Expr *A, SourceLocation StartLoc, SourceLocation LParenLoc, in OMPAlignClause() function 459 OMPAlignClause() : OMPOneStmtClause() {} in OMPAlignClause() function 468 static OMPAlignClause *Create(const ASTContext &C, Expr *A,
|
| H A D | RecursiveASTVisitor.h | 3373 bool RecursiveASTVisitor<Derived>::VisitOMPAlignClause(OMPAlignClause *C) {
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMP.td | 53 let clangClass = "OMPAlignClause";
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 11419 C = new (Context) OMPAlignClause(); in readClause() 12579 void OMPClauseReader::VisitOMPAlignClause(OMPAlignClause *C) { in VisitOMPAlignClause()
|
| H A D | ASTWriter.cpp | 8007 void OMPClauseWriter::VisitOMPAlignClause(OMPAlignClause *C) { in VisitOMPAlignClause()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiateDecl.cpp | 4168 } else if (auto *AC = dyn_cast<OMPAlignClause>(C)) { in VisitOMPAllocateDecl()
|
| H A D | SemaOpenMP.cpp | 3442 else if (const auto *AC = dyn_cast<OMPAlignClause>(C)) in ActOnOpenMPAllocateDirective() 16638 return OMPAlignClause::Create(getASTContext(), AlignVal.get(), StartLoc, in ActOnOpenMPAlignClause()
|
| H A D | TreeTransform.h | 10882 OMPClause *TreeTransform<Derived>::TransformOMPAlignClause(OMPAlignClause *C) { in TransformOMPAlignClause()
|