Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/include/clang/AST/
HDOpenMPClause.h2318 class OMPSeqCstClause : public OMPClause {
2324 OMPSeqCstClause(SourceLocation StartLoc, SourceLocation EndLoc) in OMPSeqCstClause() function
2328 OMPSeqCstClause() in OMPSeqCstClause() function
HDRecursiveASTVisitor.h3474 bool RecursiveASTVisitor<Derived>::VisitOMPSeqCstClause(OMPSeqCstClause *) {
/freebsd-head/contrib/llvm-project/clang/lib/AST/
HDStmtProfile.cpp587 void OMPClauseProfiler::VisitOMPSeqCstClause(const OMPSeqCstClause *) {} in VisitOMPSeqCstClause() argument
HDOpenMPClause.cpp1940 void OMPClausePrinter::VisitOMPSeqCstClause(OMPSeqCstClause *) { in VisitOMPSeqCstClause() argument
/freebsd-head/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
HDOMP.td401 let clangClass = "OMPSeqCstClause";
/freebsd-head/contrib/llvm-project/clang/lib/Serialization/
HDASTReader.cpp10465 C = new (Context) OMPSeqCstClause(); in readClause()
10870 void OMPClauseReader::VisitOMPSeqCstClause(OMPSeqCstClause *) {} in VisitOMPSeqCstClause() argument
HDASTWriter.cpp7231 void OMPClauseWriter::VisitOMPSeqCstClause(OMPSeqCstClause *) {} in VisitOMPSeqCstClause() argument
/freebsd-head/contrib/llvm-project/clang/lib/CodeGen/
HDCGStmtOpenMP.cpp6580 if (S.getSingleClause<OMPSeqCstClause>()) { in EmitOMPAtomicDirective()
/freebsd-head/contrib/llvm-project/clang/lib/Sema/
HDTreeTransform.h10246 TreeTransform<Derived>::TransformOMPSeqCstClause(OMPSeqCstClause *C) { in TransformOMPSeqCstClause()
HDSemaOpenMP.cpp16542 return new (getASTContext()) OMPSeqCstClause(StartLoc, EndLoc); in ActOnOpenMPSeqCstClause()