Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h2318 class OMPSeqCstClause : public OMPClause {
2324 OMPSeqCstClause(SourceLocation StartLoc, SourceLocation EndLoc) in OMPSeqCstClause() function
2328 OMPSeqCstClause() in OMPSeqCstClause() function
H A DRecursiveASTVisitor.h3474 bool RecursiveASTVisitor<Derived>::VisitOMPSeqCstClause(OMPSeqCstClause *) {
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp587 void OMPClauseProfiler::VisitOMPSeqCstClause(const OMPSeqCstClause *) {} in VisitOMPSeqCstClause() argument
H A DOpenMPClause.cpp1940 void OMPClausePrinter::VisitOMPSeqCstClause(OMPSeqCstClause *) { in VisitOMPSeqCstClause() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMP.td401 let clangClass = "OMPSeqCstClause";
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp10520 C = new (Context) OMPSeqCstClause(); in readClause()
10925 void OMPClauseReader::VisitOMPSeqCstClause(OMPSeqCstClause *) {} in VisitOMPSeqCstClause() argument
H A DASTWriter.cpp7237 void OMPClauseWriter::VisitOMPSeqCstClause(OMPSeqCstClause *) {} in VisitOMPSeqCstClause() argument
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp6580 if (S.getSingleClause<OMPSeqCstClause>()) { in EmitOMPAtomicDirective()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h10246 TreeTransform<Derived>::TransformOMPSeqCstClause(OMPSeqCstClause *C) { in TransformOMPSeqCstClause()
H A DSemaOpenMP.cpp16542 return new (getASTContext()) OMPSeqCstClause(StartLoc, EndLoc); in ActOnOpenMPSeqCstClause()