Searched refs:OMPSeqCstClause (Results 1 - 10 of 10) sorted by relevance

/openbsd-current/gnu/llvm/clang/include/clang/AST/
H A DOpenMPClause.h2318 class OMPSeqCstClause : public OMPClause { class in namespace:clang
2324 OMPSeqCstClause(SourceLocation StartLoc, SourceLocation EndLoc) function in class:clang::OMPSeqCstClause
2328 OMPSeqCstClause() function in class:clang::OMPSeqCstClause
H A DRecursiveASTVisitor.h3388 bool RecursiveASTVisitor<Derived>::VisitOMPSeqCstClause(OMPSeqCstClause *) {
/openbsd-current/gnu/llvm/clang/lib/AST/
H A DStmtProfile.cpp569 void OMPClauseProfiler::VisitOMPSeqCstClause(const OMPSeqCstClause *) {}
H A DOpenMPClause.cpp1879 void OMPClausePrinter::VisitOMPSeqCstClause(OMPSeqCstClause *) {
/openbsd-current/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp10042 C = new (Context) OMPSeqCstClause();
10422 void OMPClauseReader::VisitOMPSeqCstClause(OMPSeqCstClause *) {}
H A DASTWriter.cpp6507 void OMPClauseWriter::VisitOMPSeqCstClause(OMPSeqCstClause *) {}
/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp6469 if (S.getSingleClause<OMPSeqCstClause>()) {
/openbsd-current/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp2386 void OMPClauseEnqueue::VisitOMPSeqCstClause(const OMPSeqCstClause *) {}
/openbsd-current/gnu/llvm/clang/lib/Sema/
H A DTreeTransform.h9741 TreeTransform<Derived>::TransformOMPSeqCstClause(OMPSeqCstClause *C) {
H A DSemaOpenMP.cpp17434 return new (Context) OMPSeqCstClause(StartLoc, EndLoc);

Completed in 533 milliseconds