Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h2359 class OMPAcqRelClause final : public OMPClause {
2365 OMPAcqRelClause(SourceLocation StartLoc, SourceLocation EndLoc) in OMPAcqRelClause() function
2369 OMPAcqRelClause() in OMPAcqRelClause() function
H A DRecursiveASTVisitor.h3479 bool RecursiveASTVisitor<Derived>::VisitOMPAcqRelClause(OMPAcqRelClause *) {
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp589 void OMPClauseProfiler::VisitOMPAcqRelClause(const OMPAcqRelClause *) {} in VisitOMPAcqRelClause() argument
H A DOpenMPClause.cpp1944 void OMPClausePrinter::VisitOMPAcqRelClause(OMPAcqRelClause *) { in VisitOMPAcqRelClause() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMP.td39 let clangClass = "OMPAcqRelClause";
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp10523 C = new (Context) OMPAcqRelClause(); in readClause()
10927 void OMPClauseReader::VisitOMPAcqRelClause(OMPAcqRelClause *) {} in VisitOMPAcqRelClause() argument
H A DASTWriter.cpp7239 void OMPClauseWriter::VisitOMPAcqRelClause(OMPAcqRelClause *) {} in VisitOMPAcqRelClause() argument
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp6583 } else if (S.getSingleClause<OMPAcqRelClause>()) { in EmitOMPAtomicDirective()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h10253 TreeTransform<Derived>::TransformOMPAcqRelClause(OMPAcqRelClause *C) { in TransformOMPAcqRelClause()
H A DSemaOpenMP.cpp16547 return new (getASTContext()) OMPAcqRelClause(StartLoc, EndLoc); in ActOnOpenMPAcqRelClause()