Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h2441 class OMPReleaseClause final : public OMPClause {
2447 OMPReleaseClause(SourceLocation StartLoc, SourceLocation EndLoc) in OMPReleaseClause() function
2451 OMPReleaseClause() in OMPReleaseClause() function
H A DRecursiveASTVisitor.h3489 bool RecursiveASTVisitor<Derived>::VisitOMPReleaseClause(OMPReleaseClause *) {
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp593 void OMPClauseProfiler::VisitOMPReleaseClause(const OMPReleaseClause *) {} in VisitOMPReleaseClause() argument
H A DOpenMPClause.cpp1952 void OMPClausePrinter::VisitOMPReleaseClause(OMPReleaseClause *) { in VisitOMPReleaseClause() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMP.td372 let clangClass = "OMPReleaseClause";
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp10474 C = new (Context) OMPReleaseClause(); in readClause()
10876 void OMPClauseReader::VisitOMPReleaseClause(OMPReleaseClause *) {} in VisitOMPReleaseClause() argument
H A DASTWriter.cpp7237 void OMPClauseWriter::VisitOMPReleaseClause(OMPReleaseClause *) {} in VisitOMPReleaseClause() argument
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp6589 } else if (S.getSingleClause<OMPReleaseClause>()) { in EmitOMPAtomicDirective()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h10267 TreeTransform<Derived>::TransformOMPReleaseClause(OMPReleaseClause *C) { in TransformOMPReleaseClause()
H A DSemaOpenMP.cpp16557 return new (getASTContext()) OMPReleaseClause(StartLoc, EndLoc); in ActOnOpenMPReleaseClause()