Searched refs:OMPBindClause (Results 1 - 9 of 9) sorted by relevance

/openbsd-current/gnu/llvm/clang/lib/AST/
H A DOpenMPClause.cpp1662 OMPBindClause *
1663 OMPBindClause::Create(const ASTContext &C, OpenMPBindClauseKind K,
1666 return new (C) OMPBindClause(K, KLoc, StartLoc, LParenLoc, EndLoc);
1669 OMPBindClause *OMPBindClause::CreateEmpty(const ASTContext &C) {
1670 return new (C) OMPBindClause();
2454 void OMPClausePrinter::VisitOMPBindClause(OMPBindClause *Node) {
H A DStmtProfile.cpp905 void OMPClauseProfiler::VisitOMPBindClause(const OMPBindClause *C) {}
/openbsd-current/gnu/llvm/clang/include/clang/AST/
H A DOpenMPClause.h8642 class OMPBindClause final : public OMPNoChildClause<llvm::omp::OMPC_bind> {
8670 OMPBindClause(OpenMPBindClauseKind K, SourceLocation KLoc, function in class:clang::final
8677 OMPBindClause() : OMPNoChildClause() {} function in class:clang::final
8688 static OMPBindClause *Create(const ASTContext &C, OpenMPBindClauseKind K,
8695 static OMPBindClause *CreateEmpty(const ASTContext &C);
H A DRecursiveASTVisitor.h3851 bool RecursiveASTVisitor<Derived>::VisitOMPBindClause(OMPBindClause *C) {
/openbsd-current/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp10270 C = OMPBindClause::CreateEmpty(Context);
11337 void OMPClauseReader::VisitOMPBindClause(OMPBindClause *C) {
H A DASTWriter.cpp7119 void OMPClauseWriter::VisitOMPBindClause(OMPBindClause *C) {
/openbsd-current/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp6112 if (const OMPBindClause *BC =
6113 OMPExecutableDirective::getSingleClause<OMPBindClause>(Clauses))
23823 return OMPBindClause::Create(Context, Kind, KindLoc, StartLoc, LParenLoc,
H A DTreeTransform.h10637 OMPClause *TreeTransform<Derived>::TransformOMPBindClause(OMPBindClause *C) {
/openbsd-current/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp2708 void OMPClauseEnqueue::VisitOMPBindClause(const OMPBindClause *C) {}

Completed in 412 milliseconds