Searched refs:OMPBindClause (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | OpenMPClause.cpp | 1667 OMPBindClause * 1668 OMPBindClause::Create(const ASTContext &C, OpenMPBindClauseKind K, in Create() 1671 return new (C) OMPBindClause(K, KLoc, StartLoc, LParenLoc, EndLoc); in Create() 1674 OMPBindClause *OMPBindClause::CreateEmpty(const ASTContext &C) { in CreateEmpty() 1675 return new (C) OMPBindClause(); in CreateEmpty() 2521 void OMPClausePrinter::VisitOMPBindClause(OMPBindClause *Node) { in VisitOMPBindClause()
|
H A D | StmtProfile.cpp | 925 void OMPClauseProfiler::VisitOMPBindClause(const OMPBindClause *C) {} in VisitOMPBindClause()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | OpenMPClause.h | 8778 class OMPBindClause final : public OMPNoChildClause<llvm::omp::OMPC_bind> { 8806 OMPBindClause(OpenMPBindClauseKind K, SourceLocation KLoc, in OMPBindClause() function 8813 OMPBindClause() : OMPNoChildClause() {} in OMPBindClause() function 8824 static OMPBindClause *Create(const ASTContext &C, OpenMPBindClauseKind K, 8831 static OMPBindClause *CreateEmpty(const ASTContext &C);
|
H A D | RecursiveASTVisitor.h | 3942 bool RecursiveASTVisitor<Derived>::VisitOMPBindClause(OMPBindClause *C) {
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
H A D | OMP.td | 71 let clangClass = "OMPBindClause";
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 5924 if (const auto *C = D->getSingleClause<OMPBindClause>()) in VisitOMPExecutableDirective() 6088 if (const OMPBindClause *BC = in ActOnOpenMPExecutableDirective() 6089 OMPExecutableDirective::getSingleClause<OMPBindClause>(Clauses)) in ActOnOpenMPExecutableDirective() 23165 return OMPBindClause::Create(getASTContext(), Kind, KindLoc, StartLoc, in ActOnOpenMPBindClause()
|
H A D | TreeTransform.h | 11150 OMPClause *TreeTransform<Derived>::TransformOMPBindClause(OMPBindClause *C) { in TransformOMPBindClause()
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 10696 C = OMPBindClause::CreateEmpty(Context); in readClause() 11787 void OMPClauseReader::VisitOMPBindClause(OMPBindClause *C) { in VisitOMPBindClause()
|
H A D | ASTWriter.cpp | 7845 void OMPClauseWriter::VisitOMPBindClause(OMPBindClause *C) { in VisitOMPBindClause()
|